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.
Fork of XBee by
Diff: XBee.cpp
- Revision:
- 2:6efb3541af61
- Parent:
- 1:e3b2027e685c
- Child:
- 3:8573b122fa84
--- a/XBee.cpp Mon Jan 10 16:32:18 2011 +0000 +++ b/XBee.cpp Fri Jul 29 16:22:15 2011 +0000 @@ -661,7 +661,7 @@ _response.reset(); } -XBee::XBee(PinName p_tx, PinName p_rx): _xbee(p_tx, p_rx), _response(XBeeResponse()) { +XBee::XBee(PinName p_tx, PinName p_rx): _xbee(p_tx, p_rx) { _pos = 0; _escape = false; _checksumTotal = 0;