Wykres commitów

1 Commity (13f7a7b86b52e3db3ab5968503eae5cf57f13004)

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