rqweeoj
This commit is contained in:
commit
e3c5d3df57
8 changed files with 627 additions and 0 deletions
13
Cargo.toml
Normal file
13
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue