embedded-hal 0.1.3

A Hardware Abstraction Layer (HAL) for embedded systems
Documentation
[package]
authors = [
  "Jorge Aparicio <jorge@japaric.io>",
  "Jonathan 'theJPster' Pallant <github@thejpster.org.uk>"
]
categories = ["asynchronous", "embedded", "hardware-support", "no-std"]
description = " A Hardware Abstraction Layer (HAL) for embedded systems "
documentation = "https://docs.rs/embedded-hal"
keywords = ["hal", "IO"]
license = "MIT OR Apache-2.0"
name = "embedded-hal"
repository = "https://github.com/japaric/embedded-hal"
version = "0.1.3"

[dependencies]
embedded-hal = "0.2.1"
nb = "0.1.1"

[dev-dependencies]
stm32f30x = "0.6.0"
futures = "0.1.17"

[features]
unproven = ["nb/unstable", "embedded-hal/unproven"]