diff --git a/inc/wspr.h b/inc/wspr.h new file mode 100644 --- /dev/null +++ b/inc/wspr.h @@ -0,0 +1,11 @@ +#ifndef _WSPR_H +#define _WSPR_H + +// Prototypes +void wspr_init(void); +void wspr_sleep(void); +void wspr_wakeup(void); +void wspr_transmit(void); + + +#endif