debouncing

Crates.iodebouncing
lib.rsdebouncing
version0.3.0
created_at2019-08-18 17:45:33.082825+00
updated_at2024-09-19 20:01:12.17566+00
descriptionDebounce keys in an embedded context
homepage
repositoryhttps://github.com/TyberiusPrime/debouncing
max_upload_size
id157905
size4,218
Florian Finkernagel (TyberiusPrime)

documentation

README

Debouncing algorithms to make sense of real world buttons.

Currently sporting one algorithm, using hackadays ultimate debouncing algorithm, for multiple inputs at once.

Just measure your input pins regularily and call update(pin_no, pressed)...

Commit count: 7

cargo fmt