mamatha palle / Mbed 2 deprecated mbed_blinky

Dependencies:   mbed

Files at this revision

API Documentation at this revision

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);
     }
 }