diff options
Diffstat (limited to 'rtic-time/README.md')
| -rw-r--r-- | rtic-time/README.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rtic-time/README.md b/rtic-time/README.md index 53c2944..c3cc7a1 100644 --- a/rtic-time/README.md +++ b/rtic-time/README.md @@ -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 |
