1 2 3 4 5 6 7 8 9 10 11
c1b1dfc6c2f4 c1b1dfc6c2f4 c1b1dfc6c2f4 c1b1dfc6c2f4 c1b1dfc6c2f4 c1b1dfc6c2f4 c1b1dfc6c2f4 f40195400941 c1b1dfc6c2f4 c1b1dfc6c2f4 c1b1dfc6c2f4
#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