-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement the embedded_hal_async::delay::DelayUs
trait
#752
Comments
This trait has been around since the 0.1 release of the eha, but didn't really need to implement it as embassy-time offers an impl based on the time driver impls. If we were to implement this we should impl on the following
|
Once #1063 is resolved we can revisit this issue. |
This trait is implemented for |
This trait as added in one of the alpha releases, and we never implemented it. This trait will need to be implemented in order to use future versions of
embassy
.SYSTIMER
(Implementembedded_hal_async::delay::DelayUs
trait forSYSTIMER
alarms #812)TIMG
The text was updated successfully, but these errors were encountered: