|
Sound Byte Libs 1ee2ca6
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
|
Default timing constants. More...
#include <library_identity.hpp>
Static Public Attributes | |
| static constexpr uint32_t | DEFAULT_DEBOUNCE_MS = 50 |
| Default debounce time for buttons (milliseconds) | |
| static constexpr uint32_t | DEFAULT_BLINK_INTERVAL_MS = 500 |
| Default blink interval (milliseconds) | |
| static constexpr uint32_t | MICROS_PER_MILLI = 1000 |
| Microseconds per millisecond. | |
| static constexpr uint32_t | MILLIS_PER_SECOND = 1000 |
| Milliseconds per second. | |
Default timing constants.
Common timing values used throughout the library.
Definition at line 47 of file library_identity.hpp.
|
staticconstexpr |
Default blink interval (milliseconds)
Definition at line 52 of file library_identity.hpp.
|
staticconstexpr |
Default debounce time for buttons (milliseconds)
Definition at line 49 of file library_identity.hpp.
|
staticconstexpr |
Microseconds per millisecond.
Definition at line 55 of file library_identity.hpp.
|
staticconstexpr |
Milliseconds per second.
Definition at line 58 of file library_identity.hpp.