XBee-mbed library Forked from http://mbed.org/users/okini3939/notebook/xbee-mbed/
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;