Software serial, for when you are out of serial pins

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

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) {