Software serial, for when you are out of serial pins

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

Revision:
3:7238e9bb74d2
Parent:
2:9e01a38606b4
Child:
4:c010265ed202
--- a/SoftSerial.h	Sat Apr 26 16:21:42 2014 +0000
+++ b/SoftSerial.h	Sat Apr 26 16:35:20 2014 +0000
@@ -96,6 +96,7 @@
     volatile bool out_valid;
     bool rx_error;
     Timeout rxout;
+    Ticker rxticker;
     
     //tx
     void tx_handler(void);