Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
WatchDog_ms Class Reference
Watchdog timer implementation (in milliseconds) More...
#include <watchdog.h>
Public Member Functions | |
| WatchDog_ms (int ms) | |
| Creates Watchdog timer. | |
| void | feed () |
| Keep feeding the watchdog in routine. | |
Detailed Description
Watchdog timer implementation (in milliseconds)
Definition at line 29 of file watchdog.h.
Constructor & Destructor Documentation
| WatchDog_ms | ( | int | ms ) |
Creates Watchdog timer.
- Parameters:
-
Sets the WDT in milliseconds
Definition at line 33 of file watchdog.cpp.
Member Function Documentation
| void feed | ( | ) |
Keep feeding the watchdog in routine.
xxx.feed(); does the trick
Definition at line 80 of file watchdog.cpp.
Generated on Mon Jul 18 2022 01:28:39 by
1.7.2