demo versie 16/05

Dependencies:   EthernetInterface mbed-rto mbed

Fork of ProjectVLC by Klaas Govaerts

Revision:
20:4997b02d6a88
Parent:
19:5ee34e60a31d
Child:
21:fe6a58e84929
--- a/main.cpp	Wed Apr 18 13:37:35 2018 +0000
+++ b/main.cpp	Wed Apr 18 13:58:46 2018 +0000
@@ -12,11 +12,11 @@
         TCPlistener listener;
         
         char command[512];
-        listener->receiveSegment(command,sizeof((512));
+        listener.receiveSegment(command,sizeof(command));
         interpreter.executeCommand(command);
         
         for(int i=0;i<8;i++){
-            printf("LED %i, oriëntatie: %i",i,LED[i]);
+            printf("LED %i, oriëntatie: %i\r\n",i,LED[i]);
         }
         
         /*