state-handler: stateAuto operational with working pid() displaySens() to show sensors reading on LCD

This commit is contained in:
Evgenii Meshcheriakov
2022-10-25 14:18:45 +03:00
parent 1db8da098d
commit 893a41a7d7
2 changed files with 61 additions and 36 deletions

View File

@@ -104,6 +104,12 @@ public:
*/
void displaySet (unsigned int value1, unsigned int value2);
/** Display values of sensors readings on LCD
* needed only for Debug purposes
* can be removed in production
*/
void displaySens ();
/** Handle the given event of the current state
*
* @param event event to be handled in the current state