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:b03cefe796b3, committed 2016-08-18
- Comitter:
- nikos chalikias
- Date:
- Thu Aug 18 17:42:43 2016 +0100
- Parent:
- 0:627f756946dc
- Commit message:
- changed from 0.2 to 0.25 sec using mbed-CLI
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 627f756946dc -r b03cefe796b3 main.cpp
--- a/main.cpp Mon Mar 23 20:11:46 2015 +0000
+++ b/main.cpp Thu Aug 18 17:42:43 2016 +0100
@@ -11,10 +11,10 @@
myled = 1;
myled2 = 1;
myled3 = 1;
- wait(0.2);
+ wait(0.25);
myled = 0;
myled2 = 0;
myled3 = 0;
- wait(0.2);
+ wait(0.25);
}
}