Definition at line 124 of file Button.hpp.
Collaboration diagram for Button::InternalState:Public Member Functions | |
| InternalState () | |
Public Attributes | |
| uint8_t | debounced: 2 |
| bool | bouncing: 1 |
| bool | prevInput: 1 |
| bool | invert: 1 |
| unsigned long | prevBounceTime |
|
inline |
Definition at line 125 of file Button.hpp.
| uint8_t debounced |
Definition at line 128 of file Button.hpp.
| bool bouncing |
Definition at line 129 of file Button.hpp.
| bool prevInput |
Definition at line 130 of file Button.hpp.
| bool invert |
Definition at line 131 of file Button.hpp.
| unsigned long prevBounceTime |
Definition at line 132 of file Button.hpp.