summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/devices/construction/i2c.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/construction/i2c.rs b/src/devices/construction/i2c.rs
index fa49963..d4b1a47 100644
--- a/src/devices/construction/i2c.rs
+++ b/src/devices/construction/i2c.rs
@@ -1,4 +1,4 @@
-//! Functions exclusive of ADS1013
+//! Constructor/destructor functions for devices using I2C interface.
extern crate embedded_hal as hal;
use hal::blocking;