rtic_monotonics/
nrf.rs

1//! [`Monotonic`](super::Monotonic) implementations for the nRF series of MCUs.
2
3pub mod rtc;
4pub mod timer;