demo versie 16/05

Dependencies:   EthernetInterface mbed-rto mbed

Fork of ProjectVLC by Klaas Govaerts

Revision:
53:b9da0ba69a29
Parent:
50:c5cd73d93045
Child:
54:45207965e160
--- a/LEDDriver.cpp	Wed May 09 11:56:55 2018 +0000
+++ b/LEDDriver.cpp	Wed May 09 12:29:08 2018 +0000
@@ -70,7 +70,10 @@
             if(temp==0||temp==1||temp==2||temp==3)
             {
                 messageList[i]=temp; 
-            }     
+            }
+            if(temp=-1){
+                messageList[i]=4; 
+            }        
         }       
     }        
     else if(first==2)
@@ -82,6 +85,9 @@
             if(temp==0||temp==1||temp==2||temp==3)
             {
                 messageList[i]=temp; 
+            }
+            if(temp=-1){
+                messageList[i]=4; 
             }                     
         }  
     }