This commit is contained in:
Alexey 2026-05-20 17:23:01 +03:00
commit e3c5d3df57
8 changed files with 627 additions and 0 deletions

13
Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[package]
name = "microbit"
version = "0.1.0"
edition = "2024"
[dependencies]
cortex-m-rt = "0.7.5"
microbit-v2 = "0.16.0"
embedded-hal = "1.0.0"
panic-halt = "1.0.0"
cortex-m = "0.7.7"
embedded-io = "0.7.1"
heapless = "0.9.3"