state-handler: stateAuto operational with working pid() displaySens() to show sensors reading on LCD
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user