[][src]Module keyberon::debounce

Debouncer definition.

When pressed, switches don't give a clear state change: they bounce. A debouncer filter these bounces. The current implementation validate the state change when the state is stable during a configurable number of update. 5 ms is the recommended duration for keyboard switches.

Structs

Debouncer

The debouncer type.