projet_pololu_et5_ees

Fork of FastIO by Erik -

Files at this revision

API Documentation at this revision

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;
     }