rtic/rtic-monotonics/src/nrf.rs

5 lines
87 B
Rust
Raw Normal View History

2023-04-01 20:48:23 +02:00
//! Monotonic implementations for the nRF series of MCUs.
pub mod rtc;
pub mod timer;