Skip to content

Commit 9860e5a

Browse files
AfoHTkorken89
authored andcommitted
docs: Emphasize rtic-monotonic is for RTIC v1
Provide a link for RTIC v2 rtic-time successor
1 parent d935baf commit 9860e5a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
[![crates.io](https://img.shields.io/crates/v/rtic-monotonic.svg)](https://crates.io/crates/rtic-monotonic)
22
[![crates.io](https://img.shields.io/crates/d/rtic-monotonic.svg)](https://crates.io/crates/rtic-monotonic)
33

4-
# `rtic-monotonic`
4+
# `rtic-monotonic` for RTIC v1
55

66
> Core abstractions of the Real-Time Interrupt-driven Concurrency (RTIC) Monotonic timers
77
88
# [Documentation](https://docs.rs/rtic-monotonic)
99

10+
This crate contains the trait and will need an actual implementation to be useful.
11+
12+
## For RTIC v2 see [rtic-time](https://github.com/rtic-rs/rtic/tree/master/rtic-time) instead
13+
1014
# License
1115

1216
Licensed under either of

0 commit comments

Comments
 (0)