Compare commits

..

1 Commits

Author SHA1 Message Date
f0389b8536 Implement debounce 2021-05-10 01:38:33 -07:00

View File

@ -11,7 +11,7 @@
//#define DEBUG
//! Debounce time in milliseconds
constexpr int debounceTime = 50;
constexpr int debounceTime = 20;
//! Input button
struct Input {