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:7d2537254ebb, committed 2015-12-02
- Comitter:
- mammu
- Date:
- Wed Dec 02 09:41:05 2015 +0000
- Parent:
- 0:dbd560c47083
- Commit message:
- mom;
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r dbd560c47083 -r 7d2537254ebb main.cpp
--- a/main.cpp Wed Dec 02 09:30:57 2015 +0000
+++ b/main.cpp Wed Dec 02 09:41:05 2015 +0000
@@ -5,8 +5,8 @@
int main() {
while(1) {
myled = 1;
- wait(0.2);
+ wait(5);
myled =0;
- wait(0.2);
+ wait(5);
}
}