Files @ 645e46f4898d
Branch filter:

Location: windsonde/Include/system/watchdog.h

ethanzonca
Update scale for bme280 to tenths of percent, disable lps25h
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