From a2f153249f926876e7169016f3dc8e861a9ef065 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Sat, 1 Apr 2023 20:48:23 +0200 Subject: Added nRF monotonics --- rtic-monotonics/src/nrf.rs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rtic-monotonics/src/nrf.rs (limited to 'rtic-monotonics/src/nrf.rs') diff --git a/rtic-monotonics/src/nrf.rs b/rtic-monotonics/src/nrf.rs new file mode 100644 index 0000000..0f6b973 --- /dev/null +++ b/rtic-monotonics/src/nrf.rs @@ -0,0 +1,4 @@ +//! Monotonic implementations for the nRF series of MCUs. + +pub mod rtc; +pub mod timer; -- cgit v1.2.3