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.
Fork of FastIO by
Revision 23:6b6ea8ba43e3, committed 2018-03-09
- Comitter:
- lesuperguerrier
- Date:
- Fri Mar 09 10:03:26 2018 +0000
- Parent:
- 20:ed72895a2402
- Commit message:
- projet_pololu_et5_ees
Changed in this revision
FastIO.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r ed72895a2402 -r 6b6ea8ba43e3 FastIO.h --- a/FastIO.h Tue May 17 20:06:23 2016 +0000 +++ b/FastIO.h Fri Mar 09 10:03:26 2018 +0000 @@ -108,7 +108,7 @@ * @param pin pin the FastOut object should be used for * @param initial (optional) initial state of the pin after construction: default is 0 (low) */ - FastOut() : FastInOut<pin>::FastInOut() { + FastOut() : FastInOut<pin>::FastInOut() { write(initial); SET_DIR_OUTPUT; }