demo versie 16/05

Dependencies:   EthernetInterface mbed-rto mbed

Fork of ProjectVLC by Klaas Govaerts

Revision:
61:738f026cf667
Parent:
58:4e06cfb6d010
Child:
65:7951d11432f8
--- a/LEDDriver.h	Wed May 09 13:43:26 2018 +0000
+++ b/LEDDriver.h	Wed May 09 14:11:26 2018 +0000
@@ -48,6 +48,8 @@
       */  
     LEDDriver(Queue<int,8>* queue);
     
+    ~LEDDriver();
+    
     void drive8leds();
 
     void initArrays();