6 releases (stable)
2.0.0 | May 29, 2024 |
---|---|
1.3.0 | Jan 10, 2024 |
1.2.0 | Dec 6, 2023 |
1.0.0 | May 31, 2023 |
1.0.0-alpha.1 | Apr 9, 2023 |
#1501 in Embedded development
3,703 downloads per month
Used in 8 crates
(3 directly)
41KB
582 lines
rtic-time
Basic definitions and utilities that can be used to keep track of time.
Content
The main contribution of this crate is to define the Monotonic
trait. It serves as a standardized interface for libraries to interact with the system's monotonic timers.
Additionally, this crate provides tools and utilities that help with implementing monotonic timers.
Implementations of the Monotonic
trait
For implementations of Monotonic
on various hardware, see rtic-monotonics
.
Chat
Join us and talk about RTIC in the Matrix room.
Weekly meeting minutes can be found over at RTIC HackMD.
Dependencies
~1MB
~18K SLoC