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.
stmhal/wdt.c
0 → 100644
stmhal/wdt.h
0 → 100644
Please register or sign in to comment