demo versie 16/05

Dependencies:   EthernetInterface mbed-rto mbed

Fork of ProjectVLC by Klaas Govaerts

Revision:
35:efdbfccf2678
Parent:
31:915f6cb7ffa5
--- a/Interpreter.h	Wed Apr 25 14:51:18 2018 +0000
+++ b/Interpreter.h	Wed May 02 06:53:40 2018 +0000
@@ -3,6 +3,10 @@
 
 #ifndef INTERPRETER_H
 #define INTERPRETER_H
+
+/**
+* Class used to interpret text commands.
+*/
     class Interpreter{
         private:
             int directionToNumber(char* direction);