You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rtic-monotonics/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@
5
5
6
6
> Reference implementations of the Real-Time Interrupt-driven Concurrency (RTIC) Monotonics timers
7
7
8
+
Uses [`rtic-time`](https://github.com/rtic-rs/rtic/tree/master/rtic-time) defined [`Monotonic`](https://docs.rs/rtic-time/latest/rtic_time/trait.Monotonic.html) trait.
9
+
8
10
`rtic-monotonics` is for RTIC v2.
9
11
10
12
For RTIC v1 see [`rtic-monotonic`](https://github.com/rtic-rs/rtic-monotonic)
0 commit comments