demo versie 16/05

Dependencies:   EthernetInterface mbed-rto mbed

Fork of ProjectVLC by Klaas Govaerts

Revision:
55:b6b2910d00e7
Parent:
53:b9da0ba69a29
Child:
61:738f026cf667
--- a/main.cpp	Wed May 09 12:31:31 2018 +0000
+++ b/main.cpp	Wed May 09 12:49:55 2018 +0000
@@ -41,7 +41,7 @@
             //driverThread.start(LEDStart,&queue);
         //}
         driver=new LEDDriver(&queue);
-        flipper.attach(&flip, 0.1);
+        flipper.attach(&flip, 0.002f);
         //LEDStart(&queue,&ticker);
         receive(&queue);
 }