Replies: 1 comment
-
The second option is much more flexible, so it is more preferable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is there a proper way implemented to use blocking delay inside of a device driver? There doesn't seem to be a way to create a driver struct that has access to a delay without either
Clone and copy are not implemented for
stm32f4xx_hal::timer::SYST
.I don't know if I am just missing something obvious or the proper way to do this.
I did look into this here, but I can't find a conclusive answer on how I should be designing drivers.
Beta Was this translation helpful? Give feedback.
All reactions