rtic/rtic-monotonics/src/nrf.rs

5 lines
109 B
Rust
Raw Normal View History

2023-04-13 18:10:29 +02:00
//! [`Monotonic`](super::Monotonic) implementations for the nRF series of MCUs.
2023-04-01 20:48:23 +02:00
pub mod rtc;
pub mod timer;