Merge branch 'state-handler' of github.com:vas-dav/ESP-Ventilation into state-handler

This commit is contained in:
Vasily Davydov
2022-10-10 10:52:21 +03:00
2 changed files with 33 additions and 12 deletions

View File

@@ -18,6 +18,24 @@ StateHandler::~StateHandler ()
// TODO Auto-generated destructor stub
}
void
StateHandler::displaySet (unsigned int value1, unsigned int value2)
{
// TODO
/**
* MANUAL MODE:
* ----------------
* SPEED: 20%
* PRESSURE: XXPa
* ----------------
* AUTO MODE:
* ----------------
* PRESSURE SET: 35Pa
* PRESSURE CUR: XXPa
* ----------------
*/
}
unsigned int
StateHandler::getSetPressure ()
{