App1_S5 / Mbed 2 deprecated APP4_IRQ

Dependencies:   mbed-rtos mbed

Revision:
3:6ea97936f6fa
Parent:
2:fdb34827d964
Child:
10:c4629b6c42f8
--- a/radio.h	Wed Oct 11 19:14:21 2017 +0000
+++ b/radio.h	Wed Oct 11 20:15:23 2017 +0000
@@ -20,10 +20,17 @@
 } radio_message_t;
 
 // Private
+void setup_radio_out();
 
-void setup_interrupt_in();
+void setup_radio_in();
+
+void radio_out(void const *args);
 
 
 // API
 
-void init_radio_system();
\ No newline at end of file
+void init_radio_system();
+
+
+void send_message(radio_message_t* message);
+bool send_message_complete();
\ No newline at end of file