|
satnogs-rotator-firmware
|
Class that functions for interacting with a watchdog timer. More...
#include <watchdog.h>
Public Member Functions | |
| void | watchdog_init () |
| Initialize watchdog timer to 2sec time out and to set up interrupt routine. | |
| void | watchdog_reset () |
| Reset the watchdog timer. | |
Class that functions for interacting with a watchdog timer.
Definition at line 26 of file watchdog.h.
|
inline |
Initialize watchdog timer to 2sec time out and to set up interrupt routine.
Definition at line 35 of file watchdog.h.
Referenced by setup().
|
inline |
Reset the watchdog timer.
Definition at line 52 of file watchdog.h.