test test

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
s1340735
Date:
Fri Oct 31 12:28:06 2014 +0000
Parent:
2:427cdde4640f
Commit message:
checken

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 427cdde4640f -r eb3583245585 main.cpp
--- 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);
     }
 }