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:
0:837e6c48e90d
--- a/Request/ICommandRequest.h	Thu Nov 05 23:03:42 2015 +0000
+++ b/Request/ICommandRequest.h	Sat Nov 14 16:42:36 2015 +0000
@@ -10,7 +10,7 @@
 
     virtual void setCommand(const char * command) = 0;
 
-    virtual void setParameter(const char * parameter, int offset, int length) = 0;
+    virtual void setParameter(const unsigned  char * parameter, int offset, int length) = 0;
 };
 
 #endif
\ No newline at end of file