test test

Dependencies:   mbed

Revision:
3:eb3583245585
Parent:
2:427cdde4640f
--- a/main.cpp	Fri Oct 31 10:58:18 2014 +0000
+++ b/main.cpp	Fri Oct 31 12:28:06 2014 +0000
@@ -9,8 +9,20 @@
 {
     while(1) {
         rood = 1;
+        wait(1);
         groen = 1;
+        wait(1);
         blauw = 1;
+        wait(1);
         wit = 1;
+        wait(1);
+        wit=0;
+        wait(1);
+        blauw=0;
+        wait(1);
+        groen=0;
+        wait(1);
+        rood=0;
+        wait(1);
     }
 }