Fork of the original SoftSerial library with just a little modification in order to compile it with the current mbed version.

Dependents:   Adafruit_FONA_Library_FONAtest

Fork of SoftSerial by Erik -

Revision:
1:f8b4b764ace7
Parent:
0:8edaa7abe724
Child:
2:9e01a38606b4
--- a/SoftSerial_tx.cpp	Sat Apr 26 14:46:03 2014 +0000
+++ b/SoftSerial_tx.cpp	Sat Apr 26 15:13:01 2014 +0000
@@ -34,7 +34,7 @@
         tx_bit++;
     }
     
-    timeout.attach_us(this, &SoftSerial::tx_handler, count);
+    txout.attach_us(this, &SoftSerial::tx_handler, count);
 }
 
 int SoftSerial::get_bit(int bit) {