diff options
author | Wolfgang (Wolle) Ewald <wolfgang.ewald@wolles-elektronikkiste.de> | 2020-07-25 21:46:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-25 21:46:01 +0200 |
commit | 60cd083e86dedb07aaf2333d92555cf789cc2358 (patch) | |
tree | 9f7c74f1a151f870cd3434aea16b26d6fd7e80c3 /examples | |
parent | Update Single_Shot.ino (diff) | |
download | ADS1115_WE-60cd083e86dedb07aaf2333d92555cf789cc2358.tar ADS1115_WE-60cd083e86dedb07aaf2333d92555cf789cc2358.tar.gz ADS1115_WE-60cd083e86dedb07aaf2333d92555cf789cc2358.tar.bz2 ADS1115_WE-60cd083e86dedb07aaf2333d92555cf789cc2358.tar.lz ADS1115_WE-60cd083e86dedb07aaf2333d92555cf789cc2358.tar.xz ADS1115_WE-60cd083e86dedb07aaf2333d92555cf789cc2358.tar.zst ADS1115_WE-60cd083e86dedb07aaf2333d92555cf789cc2358.zip |
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Single_Shot_Conv_Ready_Alert_Controlled/Single_Shot_Conv_Ready_Alert_Controlled.ino | 2 |
1 files changed, 1 insertions, 1 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 16a98a0..a02067a 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 @@ -106,7 +106,7 @@ void setup() { /* Sets the alert pin polarity if active:
*
- * /* Enable or disable latch. If latch is enabled the alarm pin will be active until the
+ * Enable or disable latch. If latch is enabled the alarm pin will be active until the
* conversion register is read (getResult functions). If disabled the alarm pin will be
* deactivated with next value within limits.
*
|