Files @ 30ab6b66325f
Branch filter:

Location: FeatherHAB/wsprhab/inc/wspr.h

Ethan Zonca
Add pilot tone and some power-saving stuff that really doesn't help at all
#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);
void wspr_pilot_tone(void);

#endif