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 SoftSerial by
Diff: SoftSerial.h
- Revision:
- 5:acfd0329f648
- Parent:
- 4:c010265ed202
- Child:
- 6:517082212c00
--- a/SoftSerial.h Sat Apr 26 20:04:49 2014 +0000 +++ b/SoftSerial.h Sat Apr 26 20:55:02 2014 +0000 @@ -14,8 +14,9 @@ * * @param TX Name of the TX pin, NC for not connected * @param RX Name of the RX pin, NC for not connected, must be capable of being InterruptIn + * @param name Name of the connection */ - SoftSerial(PinName TX, PinName RX); + SoftSerial(PinName TX, PinName RX, const char* name = NULL); /** Set the baud rate of the serial port *