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:
- 17:2271d7a273e7
- Parent:
- 16:cc598ae4ab52
- Child:
- 19:4bc3e2e68495
--- a/Xbee.h Sat Nov 28 03:52:44 2015 +0000
+++ b/Xbee.h Sat Nov 28 04:11:21 2015 +0000
@@ -11,10 +11,10 @@
void Reset();
// Send buffer
- void Send(const char*);
+ void Send(const char&);
// Read buffer
- void Recv(char*,const size_t& sz = 1);
+ void Recv(char&,const size_t& sz = 1);
private:
Serial _xbee;