From 2f4284b914fb187ae485918b3f64c0ff2360ddb1 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Thu, 8 Nov 2018 18:56:15 +0100 Subject: Split common functions into tier1 features module --- src/devices/ads1x1x/features/mod.rs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/devices/ads1x1x/features/mod.rs (limited to 'src/devices/ads1x1x/features/mod.rs') diff --git a/src/devices/ads1x1x/features/mod.rs b/src/devices/ads1x1x/features/mod.rs new file mode 100644 index 0000000..ad26258 --- /dev/null +++ b/src/devices/ads1x1x/features/mod.rs @@ -0,0 +1,5 @@ +//! Implementation of IC features separated in tiers depending on the hardware +//! support. + +mod tier1; + -- cgit v1.2.3-54-g00ecf