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
Revision 11:7fdc1c46de79, committed 2015-06-27
- Comitter:
- marcpl
- Date:
- Sat Jun 27 09:25:12 2015 +0000
- Parent:
- 10:236fce2e5b8c
- Commit message:
- Add an #include in order to make SoftSerial to compile with the current mbed version.
Changed in this revision
SoftSerial_Ticker.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 236fce2e5b8c -r 7fdc1c46de79 SoftSerial_Ticker.h --- 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: