summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorDiego Barrios Romero <eldruin@gmail.com>2018-11-10 10:02:25 +0100
committerDiego Barrios Romero <eldruin@gmail.com>2018-11-10 10:02:25 +0100
commit5ce234fb2e0881b9c5487dd652b9aa0b72d39dc8 (patch)
treefe8ec2a26525e19b73eb8be4de978dead69c42ea /src/lib.rs
parentf6ac6188a652bd7ccff772648d57cff9a0963e84 (diff)
downloadads1x1x-async-5ce234fb2e0881b9c5487dd652b9aa0b72d39dc8.tar.gz
ads1x1x-async-5ce234fb2e0881b9c5487dd652b9aa0b72d39dc8.tar.xz
ads1x1x-async-5ce234fb2e0881b9c5487dd652b9aa0b72d39dc8.zip
Update driver capabilities
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index f144b01..329542d 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -11,6 +11,7 @@
//! - Set the low and high thresholds. See: [`set_high_threshold()`].
//! - Set the comparator mode. See: [`set_comparator_mode()`].
//! - Set the comparator polarity. See: [`set_comparator_polarity()`].
+//! - Set the comparator latching. See: [`set_comparator_latching()`].
//!
//! [`into_continuous()`]: struct.Ads1x1x.html#method.into_continuous
//! [`read()`]: struct.Ads1x1x.html#method.read
@@ -18,6 +19,7 @@
//! [`set_high_threshold()`]: struct.Ads1x1x.html#method.set_high_threshold
//! [`set_comparator_mode()`]: struct.Ads1x1x.html#method.set_comparator_mode
//! [`set_comparator_polarity()`]: struct.Ads1x1x.html#method.set_comparator_polarity
+//! [`set_comparator_latching()`]: struct.Ads1x1x.html#method.set_comparator_latching
//!
//! ## The devices
//!