Files @ 55ef914749dc
Branch filter:

Location: windsonde/Include/system/watchdog.h - annotation

ethanzonca
Add bme280, add humidity field to aprs output. Seems to work well.
1
2
3
4
5
6
7
8
9
#ifndef WATCHDOG_H
#define WATCHDOG_H

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

#endif

// vim:softtabstop=4 shiftwidth=4 expandtab