Files @ 38f0f2457409
Branch filter:

Location: FeatherHAB/wsprhab/inc/wspr.h

Ethan Zonca
Fix issue where code would constantly enter gpsacq state because of last wspr timeout expiring
#ifndef _WSPR_H
#define _WSPR_H

// Prototypes
void wspr_init(void);
void wspr_sleep(void);
void wspr_wakeup(void);
void wspr_transmit(uint8_t* grid_locator);


#endif