top | item 37555599

(no title)

guepe | 2 years ago

De bouncing is solved in hw with right-sized capacitor. That's it....

discuss

order

ilyt|2 years ago

You need schmitt trigger input to do it properly and most microcontrollers don't have it.

rowanG077|2 years ago

I really, really hate HW solution for something so easily solved in Software.

numpad0|2 years ago

In reality you implement both. Basic noise filtering in hardware, plus rate limiting or something in software.

onClick event handlers in most GUI triggers on mouse button releases, for example.