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.
Diff: main.cpp
- Revision:
- 1:7d2537254ebb
- Parent:
- 0:dbd560c47083
--- 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);
}
}