summaryrefslogtreecommitdiffstats
path: root/src/devices/features/mod.rs
diff options
context:
space:
mode:
authorDiego Barrios Romero <eldruin@gmail.com>2018-11-11 08:04:42 +0100
committerDiego Barrios Romero <eldruin@gmail.com>2018-11-11 08:04:42 +0100
commit3e3a790d9f70bfd6cb4210dfe09560d0385fdf5a (patch)
tree8cf40e43cb93b15a774696c3af639d504addce8c /src/devices/features/mod.rs
parent8b9e9ecdb85a30ac1c57fe6b96498cae6ad9f7cc (diff)
downloadads1x1x-async-3e3a790d9f70bfd6cb4210dfe09560d0385fdf5a.tar.gz
ads1x1x-async-3e3a790d9f70bfd6cb4210dfe09560d0385fdf5a.tar.xz
ads1x1x-async-3e3a790d9f70bfd6cb4210dfe09560d0385fdf5a.zip
Reorganize modules
Diffstat (limited to 'src/devices/features/mod.rs')
-rw-r--r--src/devices/features/mod.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/devices/features/mod.rs b/src/devices/features/mod.rs
new file mode 100644
index 0000000..c24b7b4
--- /dev/null
+++ b/src/devices/features/mod.rs
@@ -0,0 +1,5 @@
+//! Implementation of IC features separated in tiers depending on the hardware
+//! support.
+
+mod tier1;
+mod tier2;