From 76c366df56ad64eae3b021304954954e663bf1df Mon Sep 17 00:00:00 2001 From: Damien George Date: Sun, 4 Sep 2016 00:12:48 +1000 Subject: 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/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'stmhal/Makefile') diff --git a/stmhal/Makefile b/stmhal/Makefile index 2c6ea806e..e06eed1cc 100644 --- a/stmhal/Makefile +++ b/stmhal/Makefile @@ -138,6 +138,7 @@ SRC_C = \ uart.c \ can.c \ usb.c \ + wdt.c \ gccollect.c \ pybstdio.c \ help.c \ -- cgit v1.2.3