debounced-pin
Adds a wrapper for an InputPin that debounces it's is_high() and is_low() methods.
Usage
Add this to your Cargo.toml:
[]
= "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
- Apache License, Version 2.0 (
LICENSE-APACHEor online) - MIT License (
LICENSE-MITor online)
at your option.