We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432aaa2 commit 7aa70b3Copy full SHA for 7aa70b3
Cargo.toml
@@ -23,7 +23,7 @@ defmt-rtt = "0.4.0"
23
panic-probe = "0.3.1"
24
cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] }
25
cortex-m-rt = "0.7.0"
26
-embedded-hal = "0.2.6"
+embedded-hal = "1.0.0"
27
futures = { version = "0.3.17", default-features = false, features = ["async-await"] }
28
heapless = { version = "0.8", default-features = false }
29
nb = "1.0.0"
0 commit comments