switch-controller: resolve #21

This commit is contained in:
Vasily Davydov
2022-10-17 13:36:08 +03:00
parent 9358ede4df
commit b8780772a1
3 changed files with 45 additions and 5 deletions

View File

@@ -28,6 +28,8 @@ private:
StateHandler *h;
bool b_state;
int b_mode;
void buttonOnHold ();
void buttonInLoop ();
};
#endif /* SWITCHCONTROLLER_H_ */