DebounceInput
DebounceInput copied to clipboard
Arduino library for debouncing digital inputs.
Hi, in my project the length of switch inputs varies in length. The code works great, but some of the inputs are missed. From what I can tell the reason...
Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
Paul, would it be possible to combine DebounceInput with an interrupt? I've tried that but it's not working. The problem is: if you have a fairly large loop, DebounceInput cannot...