APP4 S5

Dependencies:   mbed-rtos mbed

radio.cpp

Committer:
Cheroukee
Date:
2017-10-11
Revision:
1:5fc0c0996264
Parent:
0:5999fed1929b
Child:
2:fdb34827d964

File content as of revision 1:5fc0c0996264:


#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;