Hiroshi Yamaguchi / Mbed 2 deprecated XBeeExamples

Dependencies:   mbed XBee mbed-rtos

Revision:
6:d456c203adb6
Parent:
5:d01cf03058f6
Child:
7:39deffbdcae4
--- a/functions.h	Thu Apr 12 10:21:11 2012 +0000
+++ b/functions.h	Thu Sep 20 11:17:17 2012 +0000
@@ -27,25 +27,26 @@
 void network_reset();
 
 Function functions[] = {
-    "Inquire Firmware Version", xbee1,
-    "Execute AT Commands", xbee2,
-    "Change PAN ID", xbee3,
-    "Coordinator (receive & dump)", xbee4,
-    "Router (send hello 10 times)", xbee5,
-    "Router (send hello and check if succeeds)", xbee6,
-    "Coordinator (receive and scan sender's addresses)", xbee7,
-    "Coordinator (receive and retrieve RSSI value)", xbee8,
-    "Router (send greetings to destination and wait for reply)", xbee9,
-    "Router (receive greetings and reply)", xbee10,
-    "Router (broadcast, send and receive to/from others)", xbee11,
-    "IO (blink an LED connected to DIO12)", xbeeio1,
-    "Remote IO (blink an LED connected to DIO12)", xbeeio2,
-    "IO Sample (execute IS command to read AD1 & DIO4", xbeeio3,
-    "Remote IO Sample (execute IS command to read AD1 & DIO4", xbeeio4,
-    "Remote IO Sample (use IOSample object to get AD1)", xbeeio5,
-    "IO sample (repeat sampling to send every 1 second)", xbeeio6,
-    "Temperature sampling receiver", xbeeio7,
-    "Execute Entered AT Command", at_command,
+    "function description", 0,
+    "XBee01 - Firmware Version", xbee1,
+    "XBee02 - AT Command Executions", xbee2,
+    "XBee03 - Changing PAN ID", xbee3,
+    "XBee04 - Receiver (receive & dump)", xbee4,
+    "XBee05 - Router (send hello 10 times)", xbee5,
+    "XBee06 - Router (send hello and check if it succeeds)", xbee6,
+    "XBee07 - Coordinator (receive and scan sender's addresses)", xbee7,
+    "XBee08 - Coordinator (receive and retrieve RSSI values)", xbee8,
+    "XBee09 - Router (send greetings to destination and wait for reply)", xbee9,
+    "XBee10 - Router (receive greetings and reply)", xbee10,
+    "XBee11 - Router (broadcast, send and receive to/from others)", xbee11,
+    "XBeeIO01 - IO (blink an LED connected to DIO12)", xbeeio1,
+    "XBeeIO02 - Remote IO (blink an LED connected to DIO12)", xbeeio2,
+    "XBeeIO03 - IO Sampling (execute IS command to read AD1 & DIO4)", xbeeio3,
+    "XBeeIO04 - Remote IO Sampling (execute IS command to read AD1 & DIO4", xbeeio4,
+    "XBeeIO05 - Remote IO Sampling (use IOSample object to get AD1)", xbeeio5,
+    "XBeeIO06 - IO Sampling (send IO sampling every second)", xbeeio6,
+    "XBeeIO07 - Temperature Sampling Receiver", xbeeio7,
+    "AT Command Executor", at_command,
     "Network Reset (issue NR0 command)", network_reset,
     0, 0
 };
\ No newline at end of file