satnogs-rotator-firmware
Public Member Functions | List of all members
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. More...
 
void watchdog_reset ()
 Reset the watchdog timer. More...
 

Detailed Description

Class that functions for interacting with a watchdog timer.

Definition at line 23 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 32 of file watchdog.h.

Referenced by setup().

◆ watchdog_reset()

void wdt_timer::watchdog_reset ( )
inline

Reset the watchdog timer.

Definition at line 45 of file watchdog.h.

Referenced by homing(), and loop().


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