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

Download history 1141/week @ 2024-07-22 1184/week @ 2024-07-29 1310/week @ 2024-08-05 1935/week @ 2024-08-12 1467/week @ 2024-08-19 1016/week @ 2024-08-26 1275/week @ 2024-09-02 1057/week @ 2024-09-09 2053/week @ 2024-09-16 1711/week @ 2024-09-23 1104/week @ 2024-09-30 819/week @ 2024-10-07 1127/week @ 2024-10-14 836/week @ 2024-10-21 534/week @ 2024-10-28 1167/week @ 2024-11-04

3,703 downloads per month
Used in 8 crates (3 directly)

MIT/Apache

41KB
582 lines

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.

Dependencies

~1MB
~18K SLoC