lpc11uxx-hal 0.1.0

HAL for the LPC11Uxx family of µ-controllers
Documentation
[package]
name = "lpc11uxx-hal"
version = "0.1.0"
authors = ["Raphael Nestler <raphael.nestler@gmail.com>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "HAL for the LPC11Uxx family of µ-controllers"
keywords = ["arm", "cortex-m", "lpc11", "hal"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/coredump-ch/lpc11uxx-hal-rs"

[dependencies]
lpc11uxx = "0.2"
cortex-m = "0.5"
embedded-hal = "0.2"