Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 |
--- 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: