|
Sound Byte Libs 29c5ff3
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
|
#include <button.hpp>
Public Attributes | |
| uint8_t | debounce_count = 5 |
| Consecutive identical readings to accept. | |
Definition at line 26 of file button.hpp.
| uint8_t sbl::components::control::ButtonConfig::debounce_count = 5 |
Consecutive identical readings to accept.
Definition at line 27 of file button.hpp.