Asynchronous Serial Library with flow control and tag detection.
Diff: source/AsyncSerial.cpp
- Revision:
- 21:bdc3c69a1cd7
- Parent:
- 20:c36866a2d5a6
--- a/source/AsyncSerial.cpp Fri Apr 24 17:49:49 2015 +0100 +++ b/source/AsyncSerial.cpp Tue Apr 28 12:48:28 2015 +0000 @@ -20,7 +20,6 @@ #define MINIMUM_TIMEOUT 1 -static DigitalOut mypin(P0_24); AsyncSerial::AsyncSerial(PinName tx, PinName rx, PinName rts, PinName cts) : SerialBase(tx, rx),