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:
- 9:4e4617c4a441
- Parent:
- 6:517082212c00
--- a/SoftSerial.h Sun Apr 27 19:48:40 2014 +0000 +++ b/SoftSerial.h Sat Jul 05 08:07:49 2014 +0000 @@ -17,6 +17,7 @@ * @param name Name of the connection */ SoftSerial(PinName TX, PinName RX, const char* name = NULL); + virtual ~SoftSerial(); /** Set the baud rate of the serial port *