mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
docs: Monotonics crates: Fix old copy-paste
This commit is contained in:
parent
b59a4ccb48
commit
646ec91e0c
2 changed files with 5 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
# `rtic-monotonics`
|
||||
|
||||
> Core abstractions of the Real-Time Interrupt-driven Concurrency (RTIC) Monotonics timers
|
||||
> Reference implementations of the Real-Time Interrupt-driven Concurrency (RTIC) Monotonics timers
|
||||
|
||||
`rtic-monotonics` is for RTIC v2.
|
||||
|
||||
|
|
|
|||
|
|
@ -15,9 +15,12 @@ Additionally, this crate provides tools and utilities that help with implementin
|
|||
|
||||
## Implementations of the `Monotonic` trait
|
||||
|
||||
For implementations of [`Monotonic`](https://docs.rs/rtic-time/latest/rtic_time/trait.Monotonic.html)
|
||||
Check the HAL crate of your device: it might already contain an implementation.
|
||||
|
||||
For reference implementations of [`Monotonic`](https://docs.rs/rtic-time/latest/rtic_time/trait.Monotonic.html)
|
||||
on various hardware, see [`rtic-monotonics`](https://docs.rs/rtic-monotonics/).
|
||||
|
||||
## RTIC v1 uses [`rtic-monotonic`](https://github.com/rtic-rs/rtic-monotonic) instead
|
||||
|
||||
## Chat
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue