demo versie 16/05

Dependencies:   EthernetInterface mbed-rto mbed

Fork of ProjectVLC by Klaas Govaerts

Revision:
31:915f6cb7ffa5
Parent:
28:bf62c46acb3e
Child:
35:efdbfccf2678
Child:
71:5e8ba1357442
Child:
74:8c0068ed7c1e
Child:
75:31c15986b85e
--- a/Interpreter.h	Wed Apr 25 14:25:33 2018 +0000
+++ b/Interpreter.h	Wed Apr 25 14:51:18 2018 +0000
@@ -6,10 +6,10 @@
     class Interpreter{
         private:
             int directionToNumber(char* direction);
-            Queue<int,8> *queue;
+            Queue<int,8>* queue;
             int LED[8];
         public:
-            Interpreter(Queue<int,8> *queue);
+            Interpreter(Queue<int,8>* queue);
             void executeCommand(char* command);
     };
 #endif
\ No newline at end of file