From 256309063a39836e5c30b3e9eb2c3bcd3246bdec Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Wed, 31 Jul 2024 10:01:35 +0200 Subject: Fix typo in docs --- src/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.rs b/src/types.rs index bcda430..6edddd5 100644 --- a/src/types.rs +++ b/src/types.rs @@ -102,7 +102,7 @@ pub enum ComparatorPolarity { ActiveHigh, } -/// Comparator polarity (only for ADS1x14, ADS1x15) +/// Comparator latching (only for ADS1x14, ADS1x15) /// /// Select whether the ALERT/RDY pin latches after being asserted or clears /// after conversions are within the margin of the upper and lower -- cgit v1.2.3-54-g00ecf