From 8462b637f90f37f190d9b9bd6e03b2f9d59bd3f5 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Wed, 7 Nov 2018 20:23:24 +0100 Subject: Improve documentation --- src/lib.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index f49fd98..e4c6bc5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -5,7 +5,9 @@ //! [`embedded-hal`]: https://github.com/rust-embedded/embedded-hal //! //! This driver allows you to: -//! - TODO +//! - Set the operating mode to one-shot or continuous. See: [`into_continuous()`]. +//! +//! [`into_continuous()`]: struct.Ads1x1x.html#method.into_continuous //! //! ## The devices //! -- cgit v1.2.3-54-g00ecf