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.h	Thu Oct 22 12:28:26 2015 +0000
@@ -0,0 +1,22 @@
+#ifndef UK_AC_HERTS_SMARTLAB_XBEE_ATCommands
+#define UK_AC_HERTS_SMARTLAB_XBEE_ATCommands
+
+class ATCommands
+{
+public:
+    static char * IO_Sampling_Rate;
+
+    static char * Digital_IO_Change_Detection;
+
+    static char * Instant_Sample;
+
+    static char * Node_Descovery;
+
+    static char * Destination_Node_Descovery;
+
+    static char * Node_Identifier;
+
+    static char * Node_Join_Time;
+};
+
+#endif
\ No newline at end of file