demo versie 16/05

Dependencies:   EthernetInterface mbed-rto mbed

Fork of ProjectVLC by Klaas Govaerts

Revision:
45:eaa8348f1150
Parent:
38:47c075a354b5
--- a/LEDDriver.cpp	Wed May 02 13:51:33 2018 +0000
+++ b/LEDDriver.cpp	Wed May 02 14:07:38 2018 +0000
@@ -18,10 +18,10 @@
     while(true)
     {   
         poll(numberOfLeds,1) ;//prep multi
-        for(int i =0;i<numberOfLeds;i++)
-        {
-            ticker.attach(this,&LEDDriver::sendData,0.000000625f);
-        }   
+        //for(int i =0;i<numberOfLeds;i++)
+        //{
+            //ticker.attach(this,&LEDDriver::sendData,0.000625f);
+        //}   
         poll(numberOfLeds,2) ;
     }
 }