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