Software Serial lib

Dependents:   BufferedSoftSerial

Fork of SoftSerial by João Sousa

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
      *