• 0 Posts
  • 1 Comment
Joined 3 years ago
cake
Cake day: June 3rd, 2023

help-circle
  • 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