You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2022. It is now read-only.
In the readme, it appears that only if you put the 3rd variable in the Debounce Button(2,80,true) that it appears that the pull_down is default, where the default is true.
It might be best to change Debounce.h from
25 Debounce(byte button, unsigned long delay = 50, boolean pullup = true);
to
25 Debounce(byte button, unsigned long delay = 50, boolean pullup = false);