a value of 100 milliseconds is adequate for the debounce constant

This commit is contained in:
Amy G. Bowersox 2019-12-06 21:28:16 -07:00
parent 8b7bd91817
commit 5e2269bf2b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
#include "gpio.h"
#include "time_func.h"
#define DEBOUNCE_BUTTON_MSEC 350
#define DEBOUNCE_BUTTON_MSEC 100
PMSG_QUEUE Sys_Queue = NULL;