mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2024-11-04 16:17:20 -05:00
5 lines
158 B
C
5 lines
158 B
C
|
#pragma once
|
||
|
|
||
|
static const uint8_t DEBOUNCE_DELAY_MS = 50;
|
||
|
static const uint16_t LONG_PRESS_TIME_MS = 3000;
|
||
|
static const uint8_t LONG_PRESS_POLL_TIME_MS = 10;
|