https://os.mbed.com/cookbook/WatchDog-Timer This link has demonstrated a way to implement Watchdog Timer on Mbed. This library is the library version of that code.
Diff: WatchdogTimer.h
- Revision:
- 2:1b576cfa3f49
- Parent:
- 0:dece639e483e
--- a/WatchdogTimer.h Fri Feb 09 11:29:05 2018 +0000 +++ b/WatchdogTimer.h Fri Feb 09 11:32:52 2018 +0000 @@ -4,7 +4,7 @@ class WatchdogTimer { public: void kick(); - void kick(float s); + void kick(float timeInSecond); };