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:
0:837e6c48e90d
Child:
3:6b205ec8624b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Type/ATCommands.cpp	Thu Oct 22 12:28:26 2015 +0000
@@ -0,0 +1,15 @@
+#include "ATCommands.h"
+
+char * ATCommands::IO_Sampling_Rate = "IR";
+
+char * ATCommands::Digital_IO_Change_Detection = "IC";
+
+char * ATCommands::Instant_Sample = "IS";
+
+char * ATCommands::Node_Descovery = "ND";
+
+char * ATCommands::Destination_Node_Descovery = "DN";
+
+char * ATCommands::Node_Identifier = "NI";
+
+char * ATCommands::Node_Join_Time = "NJ";
\ No newline at end of file