diff --git a/common/chairAdjust.cpp b/common/chairAdjust.cpp index 06b2b0d..441968d 100644 --- a/common/chairAdjust.cpp +++ b/common/chairAdjust.cpp @@ -85,6 +85,10 @@ void cControlledRest::setState(restState_t targetState) } } + void setTargetPercent(float targetPercent); + void handle(){ + + } //==================================== diff --git a/common/chairAdjust.hpp b/common/chairAdjust.hpp index 54f9abe..c7641ab 100644 --- a/common/chairAdjust.hpp +++ b/common/chairAdjust.hpp @@ -20,6 +20,9 @@ class cControlledRest { public: cControlledRest(gpio_num_t gpio_up, gpio_num_t gpio_down, const char *name); void setState(restState_t targetState); + float getPercent(); + void setTargetPercent(float targetPercent); + void handle(); void stop(); private: