default DEBOUNCE_TICKS 3

pull/8/head
0x1abin 9 years ago
parent 8821a11a88
commit bf134b30a7

@ -11,7 +11,7 @@
//According to your need to modify the constants. //According to your need to modify the constants.
#define TICKS_INTERVAL 5 //ms #define TICKS_INTERVAL 5 //ms
#define DEBOUNCE_TICKS 4 //MAX 8 #define DEBOUNCE_TICKS 3 //MAX 8
#define SHORT_TICKS (300 /TICKS_INTERVAL) #define SHORT_TICKS (300 /TICKS_INTERVAL)
#define LONG_TICKS (1000 /TICKS_INTERVAL) #define LONG_TICKS (1000 /TICKS_INTERVAL)

Loading…
Cancel
Save