demo versie 16/05

Dependencies:   EthernetInterface mbed-rto mbed

Fork of ProjectVLC by Klaas Govaerts

Revision:
50:c5cd73d93045
Parent:
48:0ed7f44202c0
Child:
54:45207965e160
--- a/Interpreter.cpp	Wed May 09 09:06:38 2018 +0000
+++ b/Interpreter.cpp	Wed May 09 10:08:32 2018 +0000
@@ -3,6 +3,7 @@
 
 
 Interpreter::Interpreter(Queue<int,8>* queue){
+    printf("Interpreter created.\r\n");
     Interpreter::queue=queue;
 }