mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-17 21:35:20 +01:00
rtic-monotonics: Implement blocking DelayUs from embedded-hal 1
This commit is contained in:
parent
54aec9b398
commit
a2ec8f983c
7 changed files with 39 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue