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 be fired fast enough. Since an interrupt, well, interrupts the loop, might this be the way to go for long running loops?
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 be fired fast enough. Since an interrupt, well, interrupts the loop, might this be the way to go for long running loops?