Software Serial lib

Dependents:   BufferedSoftSerial

Fork of SoftSerial by João Sousa

Revision:
11:2d4a883a687a
Parent:
6:517082212c00
diff -r 236fce2e5b8c -r 2d4a883a687a SoftSerial_Ticker.h
--- a/SoftSerial_Ticker.h	Sat Jul 05 13:22:43 2014 +0000
+++ b/SoftSerial_Ticker.h	Sat May 16 21:40:11 2015 +0000
@@ -5,6 +5,8 @@
 
 #include "mbed.h"
 
+#include "us_ticker_api.h"
+
 class FlexTicker: public TimerEvent {
     public:
     template<typename T>