Crates.io | rtic-monotonics |
lib.rs | rtic-monotonics |
version | 2.1.0 |
created_at | 2023-04-05 19:18:05.834264+00 |
updated_at | 2025-06-22 10:05:20.67609+00 |
description | A library that provides implementations of the Monotonic trait from rtic-time |
homepage | |
repository | https://github.com/rtic-rs/rtic |
max_upload_size | |
id | 831346 |
size | 288,698 |
rtic-monotonics
Reference implementations of the Real-Time Interrupt-driven Concurrency (RTIC) Monotonics timers
Uses rtic-time
defined Monotonic
trait.
rtic-monotonics
is for RTIC v2.
For RTIC v1 see rtic-monotonic
RTIC book: chapter on monotonics
rtic-monotonics
The following microcontroller families feature efficient monotonics using peripherals. Refer to the crate documentation for more details.
Licensed under either of
Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.