diff options
author | Wolfgang (Wolle) Ewald <wolfgang.ewald@wolles-elektronikkiste.de> | 2021-01-06 16:12:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-06 16:12:30 +0100 |
commit | 9389f2baefbe5445b61fba459cad2856fa794b10 (patch) | |
tree | c9473cefc6437133d455e2915e53db0f6abb8527 | |
parent | Update Continuous.ino (diff) | |
download | ADS1115_WE-9389f2baefbe5445b61fba459cad2856fa794b10.tar ADS1115_WE-9389f2baefbe5445b61fba459cad2856fa794b10.tar.gz ADS1115_WE-9389f2baefbe5445b61fba459cad2856fa794b10.tar.bz2 ADS1115_WE-9389f2baefbe5445b61fba459cad2856fa794b10.tar.lz ADS1115_WE-9389f2baefbe5445b61fba459cad2856fa794b10.tar.xz ADS1115_WE-9389f2baefbe5445b61fba459cad2856fa794b10.tar.zst ADS1115_WE-9389f2baefbe5445b61fba459cad2856fa794b10.zip |
-rw-r--r-- | examples/Single_Shot/Single_Shot.ino | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/Single_Shot/Single_Shot.ino b/examples/Single_Shot/Single_Shot.ino index c00f1c0..1e8b085 100644 --- a/examples/Single_Shot/Single_Shot.ino +++ b/examples/Single_Shot/Single_Shot.ino @@ -102,10 +102,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
*/
|