An example that shows how to use the XBee class/interface

Dependencies:   EALib mbed

Revision:
1:fb7d92d3adbe
Parent:
0:50a4a80f3ecd
diff -r 50a4a80f3ecd -r fb7d92d3adbe main.cpp
--- a/main.cpp	Mon Nov 11 09:41:44 2013 +0000
+++ b/main.cpp	Wed Apr 09 10:37:30 2014 +0000
@@ -11,7 +11,7 @@
 // define NODE_IS_COORDINATOR if this board should act
 // as XBee coordinator. Make sure it is undefined it the board
 // should act as End-Device
-//#define NODE_IS_COORDINATOR (1)
+#define NODE_IS_COORDINATOR (1)
 
 #define CMD_BTN_MSG (0)
 #define CMD_ACK_MSG (1)