rpi_embedded 0.1.0

Interface for the Raspberry Pi's GPIO, I2C, PWM, SPI and UART peripherals. Forked from RPPAL
Documentation
[dependencies.embedded-hal]
optional = true
version = "0.2.3"

[dependencies.lazy_static]
version = "1.3.0"

[dependencies.libc]
version = "0.2.50"

[dependencies.nb]
optional = true
version = "0.1.1"

[dependencies.void]
optional = true
version = "1.0.2"
[dev-dependencies.simple-signal]
version = "1.1.1"

[features]
default = []

[package]
authors = ["Kjartan Bjarmi Arnason Klein <kjartanbklein@gmail.com>"]
categories = ["embedded", "hardware-support"]
description = "Interface for the Raspberry Pi's GPIO, I2C, PWM, SPI and UART peripherals. Forked from RPPAL"
documentation = "https://docs.rs/rpi_embedded"
edition = "2018"
keywords = ["raspberry", "pi", "embedded-hal", "embedded-hal-impl", "hal"]
license = "MIT"
name = "rpi_embedded"
readme = "README.md"
repository = "https://github.com/KjartanKlein/rpi_embedded"
version = "0.1.0"