RKTK API Docs RKTK Home Repo

Module debounce

Source
Expand description

Debounce driver type

debounce is way to reduce chatter or noise this can be achieved by ignoring events that are too close to each other in time.

Structs§

KeyChangeEvent
Represents a key event.

Traits§

DebounceDriver
Debounce driver interface