Asynchronous Serial Library with flow control and tag detection.
Revision 21:bdc3c69a1cd7, committed 2015-04-28
- Comitter:
- marcuschang
- Date:
- Tue Apr 28 12:48:28 2015 +0000
- Parent:
- 20:c36866a2d5a6
- Commit message:
- Removed debug pin.
Changed in this revision
source/AsyncSerial.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r c36866a2d5a6 -r bdc3c69a1cd7 source/AsyncSerial.cpp --- 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),