Interprets Commands received char by char.

Revision:
2:5934744ac614
Parent:
0:b4341838304c
--- a/CMD_Interpreter.h	Tue Jun 25 11:21:00 2019 +0000
+++ b/CMD_Interpreter.h	Thu Oct 31 10:47:57 2019 +0000
@@ -45,6 +45,7 @@
     bool ProcessPresentCommands( void );
     RD_CMD_TYPE ParseCommand( void );
     bool executeCommand(RD_CMD_TYPE cmd);
+    bool InvalidCommand;
     void PrtCmdHelp  ( Serial *aSerial ); // Display list of Commands
     // void GetLastMessage( string LastMsg); // not possible to implement at the moment
   public: // the reading mechanics