We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d935baf commit 9860e5aCopy full SHA for 9860e5a
README.md
@@ -1,12 +1,16 @@
1
[](https://crates.io/crates/rtic-monotonic)
2
[](https://crates.io/crates/rtic-monotonic)
3
4
-# `rtic-monotonic`
+# `rtic-monotonic` for RTIC v1
5
6
> Core abstractions of the Real-Time Interrupt-driven Concurrency (RTIC) Monotonic timers
7
8
# [Documentation](https://docs.rs/rtic-monotonic)
9
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
14
# License
15
16
Licensed under either of
0 commit comments