Wykres commitów

1 Commity (8e008449298d95addf6bd56f448b0d100b163399)

Autor SHA1 Wiadomość Data
Damien George 76c366df56 stmhal: Add machine.WDT class.
Usage:

    import machine
    wdt = machine.WDT(0, 5000) # 5 second timeout
    wdt.feed()

Thanks to Moritz for the initial implementation.
2016-09-04 00:12:48 +10:00