summaryrefslogtreecommitdiffstats
path: root/src/construction/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/construction/mod.rs')
-rw-r--r--src/construction/mod.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/construction/mod.rs b/src/construction/mod.rs
new file mode 100644
index 0000000..0873d88
--- /dev/null
+++ b/src/construction/mod.rs
@@ -0,0 +1,3 @@
+//! Construction / destruction functions
+
+mod i2c;