Files @ 7ff1c5a59571
Branch filter:

Location: windsonde/Libraries/aprs/aprs.h - annotation

ethanzonca
Working GPS, actual HDOP is now transmitted. Sometimes have to comment out all GPS stuff because it stops working...
#ifndef APRS_H_
#define APRS_H_

#include "stm32f0xx_hal.h"


void aprs_send(void);
int32_t meters_to_feet(int32_t m);

#endif /* APRS_H_ */