aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-01-13 23:56:25 +0100
committerDario Nieuwenhuis <[email protected]>2022-01-13 23:56:39 +0100
commit7997687f3b4c8f679ae458ee28cd338ed9e44b2e (patch)
tree9d31efb45bd909a249f6ff61f066c4638b0832f9 /examples
parent6eec3d8acca1a4c6a853d0b65e43ec0a0f5c5c27 (diff)
nrf: impl embedded-hal 1.0 and embedded-hal-async traits.
Diffstat (limited to 'examples')
-rw-r--r--examples/nrf/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/nrf/Cargo.toml b/examples/nrf/Cargo.toml
index ca013f8b7..fa7286923 100644
--- a/examples/nrf/Cargo.toml
+++ b/examples/nrf/Cargo.toml
@@ -15,7 +15,6 @@ defmt-rtt = "0.3"
15 15
16cortex-m = "0.7.3" 16cortex-m = "0.7.3"
17cortex-m-rt = "0.7.0" 17cortex-m-rt = "0.7.0"
18embedded-hal = "0.2.6"
19panic-probe = { version = "0.3", features = ["print-defmt"] } 18panic-probe = { version = "0.3", features = ["print-defmt"] }
20futures = { version = "0.3.17", default-features = false, features = ["async-await"] } 19futures = { version = "0.3.17", default-features = false, features = ["async-await"] }
21rand = { version = "0.8.4", default-features = false } 20rand = { version = "0.8.4", default-features = false }