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:
Mon Oct 26 18:04:12 2015 +0000
Revision:
3:6b205ec8624b
Parent:
0:837e6c48e90d
Child:
6:5f31ddc17239
bug fix add new functions

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 3:6b205ec8624b 15 char * ATCommands::Node_Join_Time = "NJ";
yangcq88517 3:6b205ec8624b 16
yangcq88517 3:6b205ec8624b 17 char * ATCommands::Force_Sample = "IS";