diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-01-13 23:56:25 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-01-13 23:56:39 +0100 |
| commit | 7997687f3b4c8f679ae458ee28cd338ed9e44b2e (patch) | |
| tree | 9d31efb45bd909a249f6ff61f066c4638b0832f9 /examples | |
| parent | 6eec3d8acca1a4c6a853d0b65e43ec0a0f5c5c27 (diff) | |
nrf: impl embedded-hal 1.0 and embedded-hal-async traits.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/nrf/Cargo.toml | 1 |
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 | ||
| 16 | cortex-m = "0.7.3" | 16 | cortex-m = "0.7.3" |
| 17 | cortex-m-rt = "0.7.0" | 17 | cortex-m-rt = "0.7.0" |
| 18 | embedded-hal = "0.2.6" | ||
| 19 | panic-probe = { version = "0.3", features = ["print-defmt"] } | 18 | panic-probe = { version = "0.3", features = ["print-defmt"] } |
| 20 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } | 19 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } |
| 21 | rand = { version = "0.8.4", default-features = false } | 20 | rand = { version = "0.8.4", default-features = false } |
