summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang (Wolle) Ewald <wolfgang.ewald@wolles-elektronikkiste.de>2021-01-06 16:12:59 +0100
committerGitHub <noreply@github.com>2021-01-06 16:12:59 +0100
commit852d2bb85c878bba1df401e74fb18e23f1abe643 (patch)
treed170c7cefd5cf40b349dd87cb5a1fc7bbbac7d48
parentUpdate Single_Shot.ino (diff)
downloadADS1115_WE-852d2bb85c878bba1df401e74fb18e23f1abe643.tar
ADS1115_WE-852d2bb85c878bba1df401e74fb18e23f1abe643.tar.gz
ADS1115_WE-852d2bb85c878bba1df401e74fb18e23f1abe643.tar.bz2
ADS1115_WE-852d2bb85c878bba1df401e74fb18e23f1abe643.tar.lz
ADS1115_WE-852d2bb85c878bba1df401e74fb18e23f1abe643.tar.xz
ADS1115_WE-852d2bb85c878bba1df401e74fb18e23f1abe643.tar.zst
ADS1115_WE-852d2bb85c878bba1df401e74fb18e23f1abe643.zip
-rw-r--r--examples/Single_Shot_Conv_Ready_Alert_Controlled/Single_Shot_Conv_Ready_Alert_Controlled.ino4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/Single_Shot_Conv_Ready_Alert_Controlled/Single_Shot_Conv_Ready_Alert_Controlled.ino b/examples/Single_Shot_Conv_Ready_Alert_Controlled/Single_Shot_Conv_Ready_Alert_Controlled.ino
index 0f53046..e29e7fb 100644
--- a/examples/Single_Shot_Conv_Ready_Alert_Controlled/Single_Shot_Conv_Ready_Alert_Controlled.ino
+++ b/examples/Single_Shot_Conv_Ready_Alert_Controlled/Single_Shot_Conv_Ready_Alert_Controlled.ino
@@ -107,10 +107,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
*/