Software serial, for when you are out of serial pins

Dependents:   BufferedSoftSerial neurGAI_Seeed_BLUETOOTH LPC-SD-35 ESP-WROOM-02_test ... more

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
      *