Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Xbee.h
- Revision:
- 30:18ef9d8f1eea
- Parent:
- 29:7b328499f9cf
- Child:
- 31:84e27d1b86a6
--- a/Xbee.h	Sat Nov 28 14:02:21 2015 +0000
+++ b/Xbee.h	Sat Nov 28 14:14:54 2015 +0000
@@ -11,10 +11,10 @@
     void Reset();
     
     // Send buffer
-    void Send(const char*);
+    void Send(const char&);
     
     // Read buffer
-    void Recv(char*);
+    void Recv(char&);
         
 private:
     Serial _xbee;