debounced-pin 0.2.0

Adds a wrapper for an InputPin that debounces it's is_high() and is_low() methods.
Documentation

debounced-pin

Build Status Crate Docs

Adds a wrapper for an InputPin that debounces it's is_high() and is_low() methods.

Usage

Add this to your Cargo.toml:

[dependencies]
debounced-pin = "0.2.0"

This crate currently requires embedded-hal to be built using the unproven feature, for access to the InputPin trait.

License

This project is licensed under either of

at your option.