XBee and XBee-PRO ZigBee RF modules provide cost-effective wireless connectivity to electronic devices. They are interoperable with other ZigBee PRO feature set devices, including devices from other vendors.

Dependencies:   BufferedArray

Dependents:   MBEDminiproject

Revision:
6:5f31ddc17239
Parent:
3:6b205ec8624b
--- a/Type/ATCommands.h	Thu Nov 05 23:03:42 2015 +0000
+++ b/Type/ATCommands.h	Sat Nov 14 16:42:36 2015 +0000
@@ -4,21 +4,21 @@
 class ATCommands
 {
 public:
-    static char * IO_Sampling_Rate;
+    static char IO_Sampling_Rate[];
 
-    static char * Digital_IO_Change_Detection;
+    static char Digital_IO_Change_Detection[];
 
-    static char * Instant_Sample;
+    static char Instant_Sample[];
 
-    static char * Node_Descovery;
+    static char Node_Descovery[];
 
-    static char * Destination_Node_Descovery;
+    static char Destination_Node_Descovery[];
 
-    static char * Node_Identifier;
+    static char Node_Identifier[];
 
-    static char * Node_Join_Time;
+    static char Node_Join_Time[];
     
-    static char * Force_Sample;
+    static char Force_Sample[];
 };
 
 #endif
\ No newline at end of file