dummy-pin 0.1.1

Dummy implementations of the input/output pin embedded-hal traits.
Documentation
[dependencies.embedded-hal]
features = ["unproven"]
version = "0.2.3"
[dev-dependencies.linux-embedded-hal]
version = "0.3"

[package]
authors = ["Diego Barrios Romero <eldruin@gmail.com>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Dummy implementations of the input/output pin embedded-hal traits."
documentation = "https://docs.rs/dummy-pin"
edition = "2018"
homepage = "https://github.com/eldruin/dummy-pin-rs"
keywords = ["io", "gpio", "dummy", "pin", "hal"]
license = "MIT OR Apache-2.0"
name = "dummy-pin"
readme = "README.md"
repository = "https://github.com/eldruin/dummy-pin-rs"
version = "0.1.1"
[profile.release]
lto = true