diff options
author | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-07 20:23:24 +0100 |
---|---|---|
committer | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-07 20:23:24 +0100 |
commit | 8462b637f90f37f190d9b9bd6e03b2f9d59bd3f5 (patch) | |
tree | 0414aabe3842a3a37dfddbc7eec782954330d8ea /src | |
parent | 483221e740ffaebe406ee428beb59fa136d70c7f (diff) | |
download | ads1x1x-async-8462b637f90f37f190d9b9bd6e03b2f9d59bd3f5.tar.gz ads1x1x-async-8462b637f90f37f190d9b9bd6e03b2f9d59bd3f5.tar.xz ads1x1x-async-8462b637f90f37f190d9b9bd6e03b2f9d59bd3f5.zip |
Improve documentation
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 //! |