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:
- 8:6fd7091e1478
- Parent:
- 7:922bf2a611b1
- Child:
- 9:c0955550ca13
--- a/Xbee.cpp Sun Nov 22 02:33:03 2015 +0000 +++ b/Xbee.cpp Sun Nov 22 02:39:01 2015 +0000 @@ -16,7 +16,10 @@ { while(!_xbee.readable()) { - _xbee.putc('.'); + if(_xbee.getc() == '.') + { + break; + } _xbee.puts(buffer); wait(0.05); }