demo versie 16/05

Dependencies:   EthernetInterface mbed-rto mbed

Fork of ProjectVLC by Klaas Govaerts

Revision:
35:efdbfccf2678
Parent:
31:915f6cb7ffa5
--- a/Receiver.h	Wed Apr 25 14:51:18 2018 +0000
+++ b/Receiver.h	Wed May 02 06:53:40 2018 +0000
@@ -4,6 +4,9 @@
 
 #ifndef RECEIVER_H
 #define RECEIVER_H
+/**
+* A class used to receive commands via TCP and execute them.
+*/
     class Receiver{
         private:
             Queue<int,8>* queue;