demo versie 16/05

Dependencies:   EthernetInterface mbed-rto mbed

Fork of ProjectVLC by Klaas Govaerts

Revision:
39:0ab266251e86
Parent:
38:47c075a354b5
--- a/Interpreter.cpp	Wed May 02 12:44:26 2018 +0000
+++ b/Interpreter.cpp	Wed May 02 14:25:23 2018 +0000
@@ -8,7 +8,7 @@
 
 void Interpreter::executeCommand(char* command){
     for(int i=0;i<8;i++){
-        LED[i]=1;
+        LED[i]=5;
     } //Set all default on -1
     
     char *ID=strtok(command,"-");