APP4 S5

Dependencies:   mbed-rtos mbed

Revision:
1:5fc0c0996264
Parent:
0:5999fed1929b
Child:
2:fdb34827d964
--- a/radio.cpp	Wed Oct 11 18:47:32 2017 +0000
+++ b/radio.cpp	Wed Oct 11 18:57:19 2017 +0000
@@ -0,0 +1,12 @@
+
+#include "radio.h"
+
+#define MESSAGE_BUFFER_SIZE 16
+
+radio_message_t[MESSAGE_BUFFER_SIZE] out_messages;
+byte out_message_in;
+byte out_message_out;
+
+radio_message_t[MESSAGE_BUFFER_SIZE] in_messages;
+byte in_message_in;
+byte in_message_out;
\ No newline at end of file