From a40029bec37cc922dad134094628da94fcfd1206 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 19 Oct 2018 08:47:15 -0400 Subject: [PATCH] added send_afsk - working --- cw/cw_main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cw/cw_main.c b/cw/cw_main.c index 7b897676..7b11e37b 100644 --- a/cw/cw_main.c +++ b/cw/cw_main.c @@ -30,6 +30,7 @@ #include #include #include +#include <../afsk/send_afsk.h> #define MAX_MESSAGE_LENGTH (197) @@ -58,6 +59,8 @@ int main(void) { uint8_t retVal; + send_afsk(); + // Configure SPI bus to AX5043 setSpiChannel(SPI_CHANNEL); setSpiSpeed(SPI_SPEED);