Files @ 7ff1c5a59571
Branch filter:

Location: windsonde/Include/system/sysclk.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
#ifndef SYSCLK_H
#define SYSCLK_H

void sysclock_init(void);

#endif