debounced-pin 0.1.1

Adds a wrapper for an `InputPin` that debounces it's `is_high()` and `is_low()` methods.
Documentation
[package]
name = "debounced-pin"
version = "0.1.1"
authors = ["Quinn Johnson <winseven4lyf@gmail.com>"]
edition = "2018"
description = """
Adds a wrapper for an `InputPin` that debounces it's `is_high()` and `is_low()` methods.
"""
license = "MIT OR Apache-2.0"
readme = "README.md"
keywords = ["embedded-hal", "button", "debounce"]
categories = ["embedded", "no-std"]
repository = "https://github.com/Winseven4lyf/rust-debounced-pin"

[badges]
travis-ci = { repository = "Winseven4lyf/rust-debounced-pin" }

[dependencies.embedded-hal]
version = "0.2.2"
features = ["unproven"]