My blinking LEDs

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
dan
Date:
Thu Jun 07 14:44:48 2012 +0000
Parent:
4:9681c944004e
Child:
6:9f428344c4ee
Commit message:
Increased the wait time to 0.5 seconds

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Jun 07 12:35:33 2012 +0000
+++ b/main.cpp	Thu Jun 07 14:44:48 2012 +0000
@@ -9,10 +9,10 @@
         myled = 1;
         newled = 1;
         newerled = 1;
-        wait(0.2);
+        wait(0.5);
         myled = 0;
         newled = 0;
         newerled = 0;
-        wait(0.2);
+        wait(0.5);
     }
 }