1#ifndef __WATCHDOG_INTERFACE_H__
2#define __WATCHDOG_INTERFACE_H__
24 void init(
unsigned long curr_millis);
void init(unsigned long curr_millis)
unsigned long watchdog_time
void kick_watchdog(unsigned long curr_millis)
bool get_watchdog_state()
void set_watchdog_state(bool state)
WatchdogInterface(int wd_input_pin)
const unsigned long WATCHDOG_KICK_INTERVAL