demo versie 16/05

Dependencies:   EthernetInterface mbed-rto mbed

Fork of ProjectVLC by Klaas Govaerts

Revision:
49:8fe84f455571
Parent:
47:2d877f01ca7b
Child:
50:c5cd73d93045
diff -r 0ed7f44202c0 -r 8fe84f455571 LEDDriver.h
--- a/LEDDriver.h	Wed May 09 07:45:44 2018 +0000
+++ b/LEDDriver.h	Wed May 09 09:06:38 2018 +0000
@@ -9,7 +9,7 @@
 {
     private:
     
-    int* messageList;
+    int messageList[8];
     int codedMessage0[20];
     int codedMessage1[20];
     int codedMessage2[20];
@@ -17,7 +17,7 @@
     int codedMessage4[20];
     int directions[8];
     Queue<int,8>* queue;
-    DigitalOut* leds;
+    DigitalOut leds[8];
     int currentLocation;
     
     /**prep for eventual multithreading