rtic/rtic-time
2024-05-29 21:06:45 +02:00
..
src Fix clippy lints 2024-05-27 11:26:06 +02:00
tests Monotonic rewrite (#874) 2024-04-10 22:00:38 +00:00
.gitignore Fixed systick monotonic 2023-03-01 00:33:31 +01:00
Cargo.toml Update cassette requirement from 0.2 to 0.3 (#920) 2024-05-22 17:48:08 +00:00
CHANGELOG.md Cleanup CHANGELOGs for monotonics/time v2 release 2024-05-29 21:06:45 +02:00
README.md Monotonic rewrite (#874) 2024-04-10 22:00:38 +00:00

rtic-time

Basic definitions and utilities that can be used to keep track of time.

crates.io docs.rs matrix

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.