summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang (Wolle) Ewald <wolfgang.ewald@wolles-elektronikkiste.de>2021-01-06 16:10:47 +0100
committerGitHub <noreply@github.com>2021-01-06 16:10:47 +0100
commit14d36d4f9d6d7a0bdcf8fb9864feb0e4c3f1e847 (patch)
treeeb0ff17d537dec3dfd265b0b63efe67295b3f85e
parentUpdate Alert_Window_Mode.ino (diff)
downloadADS1115_WE-14d36d4f9d6d7a0bdcf8fb9864feb0e4c3f1e847.tar
ADS1115_WE-14d36d4f9d6d7a0bdcf8fb9864feb0e4c3f1e847.tar.gz
ADS1115_WE-14d36d4f9d6d7a0bdcf8fb9864feb0e4c3f1e847.tar.bz2
ADS1115_WE-14d36d4f9d6d7a0bdcf8fb9864feb0e4c3f1e847.tar.lz
ADS1115_WE-14d36d4f9d6d7a0bdcf8fb9864feb0e4c3f1e847.tar.xz
ADS1115_WE-14d36d4f9d6d7a0bdcf8fb9864feb0e4c3f1e847.tar.zst
ADS1115_WE-14d36d4f9d6d7a0bdcf8fb9864feb0e4c3f1e847.zip
-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
*/