Can someone enlighten me, how to debounce without causing latency?
In the article, he only says “Now, how to debounce without adding latency has become common knowledge”, and I have absolutely no clue how that should work
Edit: seems they just wait for the signal edge and ignore any signal “jumping” for some time afterwards
Probably works ok/good with keyboards, but not with every application of debouncing
Can someone enlighten me, how to debounce without causing latency?
In the article, he only says “Now, how to debounce without adding latency has become common knowledge”, and I have absolutely no clue how that should work
Edit: seems they just wait for the signal edge and ignore any signal “jumping” for some time afterwards
Probably works ok/good with keyboards, but not with every application of debouncing