demo versie 16/05

Dependencies:   EthernetInterface mbed-rto mbed

Fork of ProjectVLC by Klaas Govaerts

Revision:
60:ff86ce40112a
Parent:
59:f0ddd28b1766
Child:
61:738f026cf667
--- a/LEDDriver.cpp	Wed May 09 13:41:04 2018 +0000
+++ b/LEDDriver.cpp	Wed May 09 13:43:26 2018 +0000
@@ -4,7 +4,6 @@
     this->queue=queue;
     initArrays();
     currentLocation=0;
-    static DigitalOut tempLeds[]={new DigitalOut(p12),new DigitalOut(p11),new DigitalOut(p13),new DigitalOut(p14),new DigitalOut(p15),new DigitalOut(p16),new DigitalOut(p17),new DigitalOut(p18)};
 }
 
 void LEDDriver::drive(int numberOfLeds)