ian rau / Mbed 2 deprecated ProjectVLC

Dependencies:   EthernetInterface mbed-rto mbed

Fork of ProjectVLC by Klaas Govaerts

Files at this revision

API Documentation at this revision

Comitter:
KlaasGovaerts
Date:
Wed May 09 12:49:55 2018 +0000
Parent:
54:45207965e160
Child:
56:4274186bf584
Commit message:
250Hz (250 positieve en 250 negatieve flanken per seconde)

Changed in this revision

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