software:firmware
MakAir Firmware
rpi_watchdog.h File Reference

Watchdog for the Raspberry PI. More...

Go to the source code of this file.

Classes

class  RpiWatchdog
 Watchdog for the Raspberry PI. More...
 

Macros

#define COUNTDOWN_IN_S   60
 Number of seconds with no heartbeat after which the RPi should be restarted. More...
 

Variables

RpiWatchdog rpiWatchdog
 

Detailed Description

Watchdog for the Raspberry PI.

Author
Makers For Life

Definition in file rpi_watchdog.h.

Macro Definition Documentation

◆ COUNTDOWN_IN_S

#define COUNTDOWN_IN_S   60

Number of seconds with no heartbeat after which the RPi should be restarted.

Definition at line 12 of file rpi_watchdog.h.

Variable Documentation

◆ rpiWatchdog

RpiWatchdog rpiWatchdog
extern

Definition at line 16 of file rpi_watchdog.cpp.