Initial commit

This commit is contained in:
Marco Thomas
2021-09-16 21:54:23 +02:00
commit 5e2ab32981
6 changed files with 539 additions and 0 deletions

18
Cargo.toml Normal file
View File

@@ -0,0 +1,18 @@
[package]
name = "microbit-fun"
version = "0.1.0"
edition = "2018"
[dependencies.microbit-v2]
version = "0.10.1"
git = "https://github.com/nrf-rs/microbit/"
[dependencies]
cortex-m = "0.6.0"
cortex-m-rt = "0.6.10"
panic-halt = "0.2.0"
rtt-target = { version = "0.2.2", features = ["cortex-m"] }
panic-rtt-target = { version = "0.1.1", features = ["cortex-m"] }
nb = "1.0.0"
embedded-hal = "0.2.6"
heapless = "0.7.5"