diff options
author | Wolfgang (Wolle) Ewald <wolfgang.ewald@wolles-elektronikkiste.de> | 2020-07-25 21:46:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-25 21:46:42 +0200 |
commit | b1fc0a6140d398b5a044d5274eb41e685aff64e5 (patch) | |
tree | 56573785e2e77cf28b18d34521d9f9fe60be1257 | |
parent | Update Single_Shot_Conv_Ready_Alert_Controlled.ino (diff) | |
download | ADS1115_WE-b1fc0a6140d398b5a044d5274eb41e685aff64e5.tar ADS1115_WE-b1fc0a6140d398b5a044d5274eb41e685aff64e5.tar.gz ADS1115_WE-b1fc0a6140d398b5a044d5274eb41e685aff64e5.tar.bz2 ADS1115_WE-b1fc0a6140d398b5a044d5274eb41e685aff64e5.tar.lz ADS1115_WE-b1fc0a6140d398b5a044d5274eb41e685aff64e5.tar.xz ADS1115_WE-b1fc0a6140d398b5a044d5274eb41e685aff64e5.tar.zst ADS1115_WE-b1fc0a6140d398b5a044d5274eb41e685aff64e5.zip |
-rw-r--r-- | examples/Single_Shot_Conv_Ready_Controlled/Single_Shot_Conv_Ready_Controlled.ino | 2 |
1 files changed, 1 insertions, 1 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 3eb4626..976e682 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 @@ -102,7 +102,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.
*
|