|
Bounce3
A poll based debounce library with a small RAM footprint
|
Return values for Bounce3::pressed() More...
Macros | |
| #define | B3_PRESS (1) |
| Return value if the button was just pressed. | |
| #define | B3_REPEAT_SLOW (2) |
| Return value if the button is held, and is repeating slowly. | |
| #define | B3_REPEAT_FAST (3) |
| Return value if the button is held, and is repeating quickly. | |
Return values for Bounce3::pressed()
1.8.13