From c10e27277231caba73945e3075254caf2386fd6c Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 2 Oct 2018 17:07:09 -0400 Subject: [PATCH] Update cw_main.c --- cw/cw_main.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cw/cw_main.c b/cw/cw_main.c index 4b3109d8..1c84ae68 100644 --- a/cw/cw_main.c +++ b/cw/cw_main.c @@ -32,6 +32,14 @@ #define MAX_MESSAGE_LENGTH (197) +#define VBATT 16 +#define ADC5 18 +#define ADC6 19 +#define ADC7 20 +#define ADC8 21 +#define TIME 8 +#define UCTEMP 31 + extern uint8_t axradio_rxbuffer[]; void *transmit(void *arg); int get_message(uint8_t *buffer, int avail);