From e8a9f188fab6e4c4a4742718ae5032ab7717a747 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Sun, 11 Nov 2018 06:13:05 +0100 Subject: Update documentation --- src/devices/construction/i2c.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3-54-g00ecf