Skip to content

Commit 6a45311

Browse files
committed
Compiles...
1 parent cf84bb2 commit 6a45311

File tree

4 files changed

+953
-1141
lines changed

4 files changed

+953
-1141
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,14 @@ stm32h5 = { package = "stm32h5", version = "0.16.0" }
7373
fugit = "0.3.7"
7474
embedded-dma = "0.2"
7575
embedded-hal = "1.0.0"
76+
embedded-hal-02 = { package = "embedded-hal", version = "0.2.7", features = ["unproven"] }
77+
7678
defmt = { version = "1.0.0", optional = true }
7779
paste = "1.0.15"
7880
log = { version = "0.4.20", optional = true}
7981
futures-util = { version = "0.3", default-features = false, features = ["async-await-macro"], optional = true}
8082
stm32-usbd = "0.8.0"
83+
nb = "1.1.0"
8184

8285
[dev-dependencies]
8386
log = { version = "0.4.20"}

0 commit comments

Comments
 (0)