aboutsummaryrefslogtreecommitdiff
path: root/rtic-monotonics/src/nrf.rs
blob: f2fd3f6fcd4323e9e5a6b94ce4a097332cd4defa (plain) (blame)
1
2
3
4
//! [`Monotonic`](super::Monotonic) implementations for the nRF series of MCUs.

pub mod rtc;
pub mod timer;