summaryrefslogtreecommitdiffstats
path: root/src/devices/ads1x1x/features/mod.rs
diff options
context:
space:
mode:
authorDiego Barrios Romero <eldruin@gmail.com>2018-11-08 18:56:15 +0100
committerDiego Barrios Romero <eldruin@gmail.com>2018-11-08 18:56:15 +0100
commit2f4284b914fb187ae485918b3f64c0ff2360ddb1 (patch)
tree353d282a81277e2bfb0a89b9babc02122cde1b55 /src/devices/ads1x1x/features/mod.rs
parent4905c13ae1e77cad1a325d66000de930c1e4abbb (diff)
downloadads1x1x-async-2f4284b914fb187ae485918b3f64c0ff2360ddb1.tar.gz
ads1x1x-async-2f4284b914fb187ae485918b3f64c0ff2360ddb1.tar.xz
ads1x1x-async-2f4284b914fb187ae485918b3f64c0ff2360ddb1.zip
Split common functions into tier1 features module
Diffstat (limited to 'src/devices/ads1x1x/features/mod.rs')
-rw-r--r--src/devices/ads1x1x/features/mod.rs5
1 files changed, 5 insertions, 0 deletions
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;
+