Files @ c1b1dfc6c2f4
Branch filter:

Location: FeatherHAB/wsprhab/inc/wspr.h

Ethan Zonca
Modularize code a bit and switch to new GPS setup. Untested on hardware.
#ifndef _WSPR_H
#define _WSPR_H

// Prototypes
void wspr_init(void);
void wspr_sleep(void);
void wspr_wakeup(void);
void wspr_transmit(void);


#endif