#rp2040 #timer #monotonic #rtic #peripheral

no-std rp2040-monotonic

RTIC Monotonic implementation based on RP2040's Timer peripheral

5 stable releases

1.3.0 Aug 12, 2023
1.2.0 Nov 22, 2022
1.1.0 Mar 14, 2022
1.0.1 Jan 19, 2022

#1535 in Embedded development

24 downloads per month

MIT/Apache

5KB

crates.io

rp2040-monotonic

RTIC monotonic implementation using the RP2040's Timer peripheral.

Documentation

License

Licensed under either of

at your option.

Contribution

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.


lib.rs:

Monotonic implementation based on RP2040's Timer peripheral.

Uses fugit as underlying time library.

Dependencies

~4MB
~82K SLoC