Files @ a710d1e0fc2a
Branch filter:

Location: therm-ng/inc/watchdog.h

Ethan Zonca
Import from old therm: menus working
1
2
3
4
5
6
7
#ifndef WATCHDOG_H
#define WATCHDOG_H

void watchdog_init(void);
void watchdog_feed(void);

#endif