Replies: 1 comment
-
https://github.com/stm32-rs/stm32f4xx-hal/blob/master/examples/rtic2-tick.rs You need |
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.
-
How can I create a monotonic timer instance using
rtic_time
for RTIC v2, instead ofrtic_monotonic
for RTIC v1? I would've assumed that thertic2
feature makesMonoTimerUs
implementMonotonic
fromrtic_time
, andrtic1
makes it implement it fromrtic_monotonic
, but as far as I can tell nothing in the library implements the RTIC v2Monotonic
trait fromrtic_time
Beta Was this translation helpful? Give feedback.
All reactions