MBED code for Xbee module running on solar car

Dependencies:   XBeeLib mbed CUER_CAN

Fork of XBee802_Send_Data by Digi International Inc.

Revision:
14:e625e467e257
Parent:
13:173e69872505
--- a/main.cpp	Wed Sep 13 05:18:55 2017 +0000
+++ b/main.cpp	Sat Oct 07 02:49:23 2017 +0000
@@ -112,7 +112,7 @@
     while (1) {
         //send_broadcast_data(xbee);
         readFromVolBufferandRedirect2Xbee(xbee, remoteDevice64b);
-        wait_ms(1000);
+        wait_ms(200);
         //wait(1);
         //send_data_to_remote_node(xbee, remoteDevice16b);
     }