Software Serial lib

Dependents:   BufferedSoftSerial

Fork of SoftSerial by João Sousa

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