summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib.rs4
1 files changed, 3 insertions, 1 deletions
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
//!