Files @ 7ff1c5a59571
Branch filter:

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

ethanzonca
Working GPS, actual HDOP is now transmitted. Sometimes have to comment out all GPS stuff because it stops working...
1
2
3
4
5
6
7
#ifndef WATCHDOG_H
#define WATCHDOG_H

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

#endif