Example of using the XBeeApi library to broadcast a message, based on XBeeApiBroadcastExample. This example shows how to use the library when using mbed-rtos. Before compiling you must open "XbeeApi\Config\XBeeApiCfg.hpp" and change the '#if 0' to '#if 1' on the line above the comment reading "Use RTOS features to make XBeeApi threadsafe"

Dependencies:   XBeeApi mbed-rtos mbed

History

Example for using XBeeApi and mbed-rtos; ; Please note the comment at the top regarding the need to change the config before building the example! default tip

2014-07-06, by johnb [Sun, 06 Jul 2014 20:25:00 +0000] rev 0

Example for using XBeeApi and mbed-rtos; ; Please note the comment at the top regarding the need to change the config before building the example!