Crates.io | async-debounce |
lib.rs | async-debounce |
version | 0.1.1 |
source | src |
created_at | 2024-02-02 16:57:07.240735 |
updated_at | 2024-02-02 17:15:22.623792 |
description | Debounce using embedded-hal and embedded-hal-async traits and embassy-time |
homepage | |
repository | https://github.com/CBJamo/async-debounce |
max_upload_size | |
id | 1124577 |
size | 4,032 |
A simple library to debounce edge and level events on any type that implements the Wait and InputPin traits from e-hal and embassy-time.