XBee API operation library for mbed

Revision:
8:4da2ac03e35e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SmartLabXBeeCore/Type/ATCommands.cpp	Wed Mar 30 19:58:48 2016 +0000
@@ -0,0 +1,17 @@
+#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";
+
+char ATCommands::Force_Sample[] = "IS";
\ No newline at end of file