[package] name = "microbit-v2" version = "0.15.1" description = "Board support crate for the BBC Micro:bit V2" edition = "2018" readme = "../README.md" rust-version = "1.79.0" repository = "https://github.com/nrf-rs/microbit" authors = [ "Daniel Egger ", "Michael Droogleever ", "Rob Young ", ] categories = ["hardware-support", "embedded", "no-std"] keywords = ["arm", "cortex-m", "nrf", "hal"] license = "0BSD" [lib] name = "microbit" path = "src/lib.rs" [dependencies] [dependencies.microbit-common] path = "../microbit-common" features = ["v2"] version = "=0.15.1" [features] embedded-hal-02 = ["microbit-common/embedded-hal-02"]