From bf134b30a73bd3073b0db0ee257fb28d8a7bd392 Mon Sep 17 00:00:00 2001 From: 0x1abin <270995079@qq.com> Date: Fri, 30 Sep 2016 02:59:10 +0000 Subject: [PATCH] default DEBOUNCE_TICKS 3 --- multi_button.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multi_button.h b/multi_button.h index a6199d6..7bbb26f 100644 --- a/multi_button.h +++ b/multi_button.h @@ -11,7 +11,7 @@ //According to your need to modify the constants. #define TICKS_INTERVAL 5 //ms -#define DEBOUNCE_TICKS 4 //MAX 8 +#define DEBOUNCE_TICKS 3 //MAX 8 #define SHORT_TICKS (300 /TICKS_INTERVAL) #define LONG_TICKS (1000 /TICKS_INTERVAL)