mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-25 21:19:35 +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;
|