Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: radio.h
- 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