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.cpp	Thu Nov 05 23:03:42 2015 +0000
+++ b/Type/ATCommands.cpp	Sat Nov 14 16:42:36 2015 +0000
@@ -1,17 +1,17 @@
 #include "ATCommands.h"
 
-char * ATCommands::IO_Sampling_Rate = "IR";
+char ATCommands::IO_Sampling_Rate[] = "IR";
 
-char * ATCommands::Digital_IO_Change_Detection = "IC";
+char ATCommands::Digital_IO_Change_Detection[] = "IC";
 
-char * ATCommands::Instant_Sample = "IS";
+char ATCommands::Instant_Sample[] = "IS";
 
-char * ATCommands::Node_Descovery = "ND";
+char ATCommands::Node_Descovery[] = "ND";
 
-char * ATCommands::Destination_Node_Descovery = "DN";
+char ATCommands::Destination_Node_Descovery[] = "DN";
 
-char * ATCommands::Node_Identifier = "NI";
+char ATCommands::Node_Identifier[] = "NI";
 
-char * ATCommands::Node_Join_Time = "NJ";
+char ATCommands::Node_Join_Time[] = "NJ";
 
-char * ATCommands::Force_Sample = "IS";
\ No newline at end of file
+char ATCommands::Force_Sample[] = "IS";
\ No newline at end of file