diff options
| author | Nils Fitinghoff <nils.fitinghoff@mobilaris.se> | 2023-09-14 16:47:52 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2023-09-19 13:31:09 +0000 |
| commit | a2ec8f983c799dea0a6f57ba97431ded54fc6197 (patch) | |
| tree | 6e7f5397f2065d7751f13ff6ad9e825e16fc51d2 /rtic-monotonics/Cargo.toml | |
| parent | 54aec9b3989162a60534620b80cde78d2d5cc1ba (diff) | |
rtic-monotonics: Implement blocking DelayUs from embedded-hal 1
Diffstat (limited to 'rtic-monotonics/Cargo.toml')
| -rw-r--r-- | rtic-monotonics/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml index c4396ad..5c0e758 100644 --- a/rtic-monotonics/Cargo.toml +++ b/rtic-monotonics/Cargo.toml @@ -21,6 +21,7 @@ rustdoc-flags = ["--cfg", "docsrs"] [dependencies] rtic-time = { version = "1.0.0", path = "../rtic-time" } +embedded-hal = { version = "1.0.0-rc.1" } embedded-hal-async = { version = "1.0.0-rc.1", optional = true } fugit = { version = "0.3.6" } atomic-polyfill = "1" |
