demo versie 16/05

Dependencies:   EthernetInterface mbed-rto mbed

Fork of ProjectVLC by Klaas Govaerts

Revision:
71:5e8ba1357442
Parent:
31:915f6cb7ffa5
--- a/Interpreter.h	Mon May 14 20:02:42 2018 +0000
+++ b/Interpreter.h	Tue May 15 16:53:09 2018 +0000
@@ -6,10 +6,10 @@
     class Interpreter{
         private:
             int directionToNumber(char* direction);
-            Queue<int,8>* queue;
+            Queue<int,1>* queue;
             int LED[8];
         public:
-            Interpreter(Queue<int,8>* queue);
+            Interpreter(Queue<int,1>* queue);
             void executeCommand(char* command);
     };
 #endif
\ No newline at end of file