shorter off time

Dependencies:   mbed

Fork of hackspace_awesomeness by Leicester Hackspace

Files at this revision

API Documentation at this revision

Comitter:
tony1tf
Date:
Sat Jul 12 13:55:56 2014 +0000
Parent:
0:1d9ecfc751ca
Child:
2:2537a40d2ac8
Commit message:
shorter off time

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat Jul 12 13:48:13 2014 +0000
+++ b/main.cpp	Sat Jul 12 13:55:56 2014 +0000
@@ -12,16 +12,16 @@
         redLED = 0;
         wait(2.0);
         redLED = 1;
-        wait(2.0);
+        wait(0.2);
         
         greenLED = 0;
         wait(2.0);
         greenLED = 1;
-        wait(2.0);
+        wait(0.2);
         
         blueLED = 0;
         wait(2.0);
         blueLED = 1;
-        wait(2.0);
+        wait(0.2);
     }
 }