switch-controller: rename b_state to b_pressed

This commit is contained in:
Vasily Davydov
2022-10-17 15:00:10 +03:00
parent b8780772a1
commit 3104cc7e24
2 changed files with 8 additions and 8 deletions

View File

@@ -26,7 +26,7 @@ private:
DigitalIoPin *b;
Timer *t;
StateHandler *h;
bool b_state;
bool b_pressed;
int b_mode;
void buttonOnHold ();
void buttonInLoop ();