diff options
author | Wolfgang (Wolle) Ewald <wolfgang.ewald@wolles-elektronikkiste.de> | 2021-01-06 16:11:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-06 16:11:47 +0100 |
commit | 11e04a5f8496f7ca60c7855ed84a3a04e39772b5 (patch) | |
tree | 917c881edcbbe7cee280958cb22cbfa1dee217ea /examples | |
parent | Update Alert_Window_Mode_with_Latch.ino (diff) | |
download | ADS1115_WE-11e04a5f8496f7ca60c7855ed84a3a04e39772b5.tar ADS1115_WE-11e04a5f8496f7ca60c7855ed84a3a04e39772b5.tar.gz ADS1115_WE-11e04a5f8496f7ca60c7855ed84a3a04e39772b5.tar.bz2 ADS1115_WE-11e04a5f8496f7ca60c7855ed84a3a04e39772b5.tar.lz ADS1115_WE-11e04a5f8496f7ca60c7855ed84a3a04e39772b5.tar.xz ADS1115_WE-11e04a5f8496f7ca60c7855ed84a3a04e39772b5.tar.zst ADS1115_WE-11e04a5f8496f7ca60c7855ed84a3a04e39772b5.zip |
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Continuous/Continuous.ino | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/Continuous/Continuous.ino b/examples/Continuous/Continuous.ino index ded8781..3f4ca68 100644 --- a/examples/Continuous/Continuous.ino +++ b/examples/Continuous/Continuous.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 */ |