mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-02-17 13:58:38 +01:00
4 lines
109 B
Rust
4 lines
109 B
Rust
//! [`Monotonic`](super::Monotonic) implementations for the nRF series of MCUs.
|
|
|
|
pub mod rtc;
|
|
pub mod timer;
|