diff options
author | Diego Barrios Romero <eldruin@gmail.com> | 2024-07-31 10:01:35 +0200 |
---|---|---|
committer | Diego Barrios Romero <eldruin@gmail.com> | 2024-07-31 10:01:35 +0200 |
commit | 256309063a39836e5c30b3e9eb2c3bcd3246bdec (patch) | |
tree | 08dc23de67ab1bb3d3172c1dff3a3ba267cb28c8 | |
parent | f652e93e298c9c22271e6a0d018db78a37b7c946 (diff) | |
download | ads1x1x-async-256309063a39836e5c30b3e9eb2c3bcd3246bdec.tar.gz ads1x1x-async-256309063a39836e5c30b3e9eb2c3bcd3246bdec.tar.xz ads1x1x-async-256309063a39836e5c30b3e9eb2c3bcd3246bdec.zip |
Fix typo in docs
-rw-r--r-- | src/types.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |