Skip to content

Commit

Permalink
default DEBOUNCE_TICKS 3
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1abin committed Sep 30, 2016
1 parent 8821a11 commit bf134b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multi_button.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit bf134b3

Please sign in to comment.