First version

Dependencies:   mbed EthernetInterface mbed-rto

Revision:
16:04fb7968592a
Parent:
15:ffd311730575
--- a/Receiver.h	Wed Apr 18 09:17:14 2018 +0000
+++ b/Receiver.h	Wed Apr 18 09:27:34 2018 +0000
@@ -12,5 +12,6 @@
         public:
             Receiver(int* LED,Mutex* lock);
             void executeCommand(char* command);
+            void executeAll();
     };
 #endif
\ No newline at end of file