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.cpp
- Revision:
- 1:e44c66cd2de6
- Parent:
- 0:633baa9653b0
- Child:
- 2:33462c1e9f45
--- a/Xbee.cpp Sun Nov 22 01:04:30 2015 +0000
+++ b/Xbee.cpp Sun Nov 22 01:11:42 2015 +0000
@@ -3,8 +3,8 @@
void Xbee::Send(const char* buffer)
{
+ _xbee.puts(buffer);
while(!_xbee.readable());
- _xbee.puts(buffer);
}
void Xbee::Recv(char* buffer, const size_t& sz)