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:
6:5f31ddc17239
Parent:
4:a0f1fba6c2fb
--- a/Options/Tx16TransmitOptions.cpp	Thu Nov 05 23:03:42 2015 +0000
+++ b/Options/Tx16TransmitOptions.cpp	Sat Nov 14 16:42:36 2015 +0000
@@ -2,7 +2,7 @@
 
 Tx16TransmitOptions::Tx16TransmitOptions() { }
 
-Tx16TransmitOptions::Tx16TransmitOptions(char value):OptionsBase(value)
+Tx16TransmitOptions::Tx16TransmitOptions(unsigned char value):OptionsBase(value)
 { }
 
 Tx16TransmitOptions::Tx16TransmitOptions(bool disable_retries_and_route_repair, bool force_long_header, bool disable_long_header, bool invoke_traceroute)