diff options
author | Wolfgang (Wolle) Ewald <wolfgang.ewald@wolles-elektronikkiste.de> | 2021-01-06 16:09:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-06 16:09:07 +0100 |
commit | 5afc0a9172a2ed56531757b3e49929351d7d3e2f (patch) | |
tree | 45d7b7fde4b7a61415464eca1ca15e123d0f7ea3 | |
parent | Update Single_Shot_Conv_Ready_Controlled.ino (diff) | |
download | ADS1115_WE-5afc0a9172a2ed56531757b3e49929351d7d3e2f.tar ADS1115_WE-5afc0a9172a2ed56531757b3e49929351d7d3e2f.tar.gz ADS1115_WE-5afc0a9172a2ed56531757b3e49929351d7d3e2f.tar.bz2 ADS1115_WE-5afc0a9172a2ed56531757b3e49929351d7d3e2f.tar.lz ADS1115_WE-5afc0a9172a2ed56531757b3e49929351d7d3e2f.tar.xz ADS1115_WE-5afc0a9172a2ed56531757b3e49929351d7d3e2f.tar.zst ADS1115_WE-5afc0a9172a2ed56531757b3e49929351d7d3e2f.zip |
-rw-r--r-- | examples/Alert_Window_Mode/Alert_Window_Mode.ino | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/Alert_Window_Mode/Alert_Window_Mode.ino b/examples/Alert_Window_Mode/Alert_Window_Mode.ino index 0a099ad..2cc8c47 100644 --- a/examples/Alert_Window_Mode/Alert_Window_Mode.ino +++ b/examples/Alert_Window_Mode/Alert_Window_Mode.ino @@ -112,10 +112,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
*/
|