diff options
author | Wolfgang (Wolle) Ewald <wolfgang.ewald@wolles-elektronikkiste.de> | 2021-01-06 16:14:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-06 16:14:17 +0100 |
commit | 333b15af29f5eba9c48b49ddcf2705a55f0e8a4e (patch) | |
tree | 294185b2c1c157eea466e25d903c780dc02dc7c4 /examples | |
parent | Update Single_Shot_Conv_Ready_Alert_Controlled.ino (diff) | |
download | ADS1115_WE-333b15af29f5eba9c48b49ddcf2705a55f0e8a4e.tar ADS1115_WE-333b15af29f5eba9c48b49ddcf2705a55f0e8a4e.tar.gz ADS1115_WE-333b15af29f5eba9c48b49ddcf2705a55f0e8a4e.tar.bz2 ADS1115_WE-333b15af29f5eba9c48b49ddcf2705a55f0e8a4e.tar.lz ADS1115_WE-333b15af29f5eba9c48b49ddcf2705a55f0e8a4e.tar.xz ADS1115_WE-333b15af29f5eba9c48b49ddcf2705a55f0e8a4e.tar.zst ADS1115_WE-333b15af29f5eba9c48b49ddcf2705a55f0e8a4e.zip |
Diffstat (limited to '')
-rw-r--r-- | examples/Single_Shot_Conv_Ready_Controlled/Single_Shot_Conv_Ready_Controlled.ino | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/Single_Shot_Conv_Ready_Controlled/Single_Shot_Conv_Ready_Controlled.ino b/examples/Single_Shot_Conv_Ready_Controlled/Single_Shot_Conv_Ready_Controlled.ino index f1c2696..145e60c 100644 --- a/examples/Single_Shot_Conv_Ready_Controlled/Single_Shot_Conv_Ready_Controlled.ino +++ b/examples/Single_Shot_Conv_Ready_Controlled/Single_Shot_Conv_Ready_Controlled.ino @@ -103,10 +103,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 alarm pin assertion
- * will be cleared with next value within limits.
- *
* ADS1115_ACT_LOW -> active low (default)
* ADS1115_ACT_HIGH -> active high
*/
|