Files @ f2c57ce0cd7b
Branch filter:

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

ethanzonca
Refactor old pressure code and make optional. Fix high power output due to multiple Si446x power definitions
#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_ */