peripherals
This commit is contained in:
parent
a43f95d21a
commit
fec40d4322
6 changed files with 396 additions and 5 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -8,8 +8,16 @@ 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"
|
||||
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
|
||||
embedded-io = "0.7.1"
|
||||
heapless = "0.9.3"
|
||||
lsm303agr = "1.1.0"
|
||||
libm = "0.2.16"
|
||||
panic-rtt-target = "0.2.0"
|
||||
rtt-target = "0.6.2"
|
||||
critical-section = "1.2.0"
|
||||
critical-section-lock-mut = "0.1.2"
|
||||
nrf52833-hal = "0.19.0"
|
||||
mipidsi = "0.10.0"
|
||||
embedded-graphics = "0.8.2"
|
||||
embedded-hal-bus = "0.3.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue