amir ream / Mbed 2 deprecated HelloWorld

Dependencies:   mbed

Fork of HelloWorld by yanay nevela

Files at this revision

API Documentation at this revision

Comitter:
amir_hamelech
Date:
Mon Apr 11 06:37:57 2016 +0000
Parent:
1:03c191369089
Commit message:
new world

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 03c191369089 -r 394532d12a9a main.cpp
--- a/main.cpp	Sun Jan 01 20:57:57 2012 +0000
+++ b/main.cpp	Mon Apr 11 06:37:57 2016 +0000
@@ -5,8 +5,8 @@
 int main() {
     while(1) {
         myled = 1;
-        wait(0.2);
+        wait(2.2);
         myled = 0;
-        wait(0.2);
+        wait(2.2);
     }
 }