satnogs-rotator-firmware
Loading...
Searching...
No Matches
wdt_timer Class Reference

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.
 

Detailed Description

Class that functions for interacting with a watchdog timer.

Definition at line 26 of file watchdog.h.

Member Function Documentation

◆ watchdog_init()

void wdt_timer::watchdog_init ( )
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().

◆ watchdog_reset()

void wdt_timer::watchdog_reset ( )
inline

Reset the watchdog timer.

Definition at line 52 of file watchdog.h.

Referenced by homing(), homing(), and loop().


The documentation for this class was generated from the following file: