Sound Byte Libs 29c5ff3
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
Loading...
Searching...
No Matches
Public Attributes | List of all members
sbl::components::control::ButtonConfig Struct Reference

#include <button.hpp>

Collaboration diagram for sbl::components::control::ButtonConfig:

Public Attributes

uint8_t debounce_count = 5
 Consecutive identical readings to accept.
 

Detailed Description

Definition at line 26 of file button.hpp.

Member Data Documentation

◆ debounce_count

uint8_t sbl::components::control::ButtonConfig::debounce_count = 5

Consecutive identical readings to accept.

Definition at line 27 of file button.hpp.


The documentation for this struct was generated from the following file: