From f2241aae6c2b7060eb694f82d835472b144d872e Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Sat, 17 Nov 2018 07:46:19 +0100 Subject: Improve documentation --- src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 9680ea3..09733d6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -223,6 +223,9 @@ pub enum ComparatorLatching { } /// Comparator alert queue (only for ADS1x14, ADS1x15) +/// +/// The default state of the comparator is deactivated. It can be activated by setting +/// the comparator queue. #[derive(Debug, Clone, PartialEq)] pub enum ComparatorQueue { /// Activate comparator and assert after one conversion exceeding thresholds -- cgit v1.2.3-54-g00ecf