summaryrefslogtreecommitdiffstats
path: root/examples/Alert_Window_Mode_with_Latch/Alert_Window_Mode_with_Latch.ino
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Alert_Window_Mode_with_Latch/Alert_Window_Mode_with_Latch.ino')
-rw-r--r--examples/Alert_Window_Mode_with_Latch/Alert_Window_Mode_with_Latch.ino6
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/Alert_Window_Mode_with_Latch/Alert_Window_Mode_with_Latch.ino b/examples/Alert_Window_Mode_with_Latch/Alert_Window_Mode_with_Latch.ino
index da30b2d..8475fbb 100644
--- a/examples/Alert_Window_Mode_with_Latch/Alert_Window_Mode_with_Latch.ino
+++ b/examples/Alert_Window_Mode_with_Latch/Alert_Window_Mode_with_Latch.ino
@@ -3,7 +3,7 @@
*
* This sketch shows how you can use the alert pin with the latch function. The
* only difference to Alert_Window_Mode.ino is that latch is enabled (line 113)
-* and that the alert needs to be cleared (line 148). Try and see the difference.
+* and that the alert needs to be cleared (line 144). Try and see the difference.
* As an alternative to the unlatchAlertPin function you can use getResult_V.
* Internally clearAlert just performs a read of the conversion register.
*
@@ -114,10 +114,6 @@ void setup() {
/* Sets the alert pin polarity if active:
*
- * Enable or disable latch. If latch is enabled the alert pin will assert until the
- * conversion register is read (getResult functions). If disabled the alert pin assertion
- * will be cleared with next value within limits.
- *
* ADS1115_ACT_LOW -> active low (default)
* ADS1115_ACT_HIGH -> active high
*/