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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ATCommands.h Source File

ATCommands.h

00001 #ifndef UK_AC_HERTS_SMARTLAB_XBEE_ATCommands
00002 #define UK_AC_HERTS_SMARTLAB_XBEE_ATCommands
00003 
00004 class ATCommands
00005 {
00006 public:
00007     static char IO_Sampling_Rate[];
00008 
00009     static char Digital_IO_Change_Detection[];
00010 
00011     static char Instant_Sample[];
00012 
00013     static char Node_Descovery[];
00014 
00015     static char Destination_Node_Descovery[];
00016 
00017     static char Node_Identifier[];
00018 
00019     static char Node_Join_Time[];
00020     
00021     static char Force_Sample[];
00022 };
00023 
00024 #endif