Making things flash in all colours

Dependencies:   mbed

Revision:
1:ba3df483c915
Parent:
0:1d9ecfc751ca
--- a/main.cpp	Sat Jul 12 13:48:13 2014 +0000
+++ b/main.cpp	Sat Jul 12 14:02:17 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);
     }
 }