Files @ 145ff3003e1e
Branch filter:

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

Ethan Zonca
Fixed extended stuff! Changed ID to hopefully unused one. Power is still superlow.
#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, uint8_t send_alternate);


#endif