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:
11:7fdc1c46de79
Parent:
6:517082212c00
--- a/SoftSerial_Ticker.h	Sat Jul 05 13:22:43 2014 +0000
+++ b/SoftSerial_Ticker.h	Sat Jun 27 09:25:12 2015 +0000
@@ -4,6 +4,7 @@
 #define FLEXTICKER_H
 
 #include "mbed.h"
+#include "us_ticker_api.h"
 
 class FlexTicker: public TimerEvent {
     public: