mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-26 05:29:38 +01:00
4 lines
87 B
Rust
4 lines
87 B
Rust
//! Monotonic implementations for the nRF series of MCUs.
|
|
|
|
pub mod rtc;
|
|
pub mod timer;
|