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 |
#2037 in Embedded development
5KB
rp2040-monotonic
RTIC monotonic implementation using the RP2040's
Timer
peripheral.
Documentation
License
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.
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