xbee.cpp file for this module. This is where main is defined and etc. More...
#include <xbee.h>
Defines | |
#define | colorred |
Functions | |
void | initialize_xbee (void) |
initialize usb devices for xbee communication | |
void | xbee_transmit_data (void) |
prepares a xbee message and send it (tx). | |
void | xbee_receive_data (void) |
read xbee port for a message and publish it. this will be periodically executed by the host module. | |
int | main (int argc, char **argv) |
xbee.cpp file for this module. This is where main is defined and etc.
#define colorred |