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

Committer:
yangcq88517
Date:
Thu Oct 22 12:28:26 2015 +0000
Revision:
0:837e6c48e90d
Child:
3:6b205ec8624b
initial upload

Who changed what in which revision?

UserRevisionLine numberNew contents of line
yangcq88517 0:837e6c48e90d 1 #include "ATCommands.h"
yangcq88517 0:837e6c48e90d 2
yangcq88517 0:837e6c48e90d 3 char * ATCommands::IO_Sampling_Rate = "IR";
yangcq88517 0:837e6c48e90d 4
yangcq88517 0:837e6c48e90d 5 char * ATCommands::Digital_IO_Change_Detection = "IC";
yangcq88517 0:837e6c48e90d 6
yangcq88517 0:837e6c48e90d 7 char * ATCommands::Instant_Sample = "IS";
yangcq88517 0:837e6c48e90d 8
yangcq88517 0:837e6c48e90d 9 char * ATCommands::Node_Descovery = "ND";
yangcq88517 0:837e6c48e90d 10
yangcq88517 0:837e6c48e90d 11 char * ATCommands::Destination_Node_Descovery = "DN";
yangcq88517 0:837e6c48e90d 12
yangcq88517 0:837e6c48e90d 13 char * ATCommands::Node_Identifier = "NI";
yangcq88517 0:837e6c48e90d 14
yangcq88517 0:837e6c48e90d 15 char * ATCommands::Node_Join_Time = "NJ";