Files @ dda4d4df3034
Branch filter:

Location: FeatherHAB/wsprhab/inc/wspr.h - annotation

Ethan Zonca
Switch to 6ma drive current and fix issue with recurrent fixes
#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