mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-26 05:29:38 +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;
|