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.
Revision 1:33de962673fd, committed 2015-03-27
- Comitter:
- eduardoG26
- Date:
- Fri Mar 27 15:32:41 2015 +0000
- Parent:
- 0:1e3f8cf13bb8
- Commit message:
- changed include to Arduino.h
Changed in this revision
Metro.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Metro.cpp Thu Mar 26 14:22:19 2015 +0000 +++ b/Metro.cpp Fri Mar 27 15:32:41 2015 +0000 @@ -23,7 +23,7 @@ */ #include "Metro.h" -#include "millis.h" +#include "Arduino.h" Metro::Metro(unsigned long interval_millis) {