Compare commits

..

1 Commits

Author SHA1 Message Date
fluffy f0389b8536 Implement debounce 2021-05-10 01:38:33 -07:00
1 changed files with 1 additions and 1 deletions

View File

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