debounced-pin 0.3.0

A platform-agnostic debounce library. It also adds a wrapper for an `InputPin` that debounces it's `is_high()` and `is_low()` methods.
Documentation
1
2
3
4
5
//! Import the needed types and traits to use the `update()` method.

pub use crate::Debounce;
pub use crate::DebounceState;
pub use crate::DebouncedInputPin;