diff options
author | Wolfgang (Wolle) Ewald <wolfgang.ewald@wolles-elektronikkiste.de> | 2020-07-25 21:45:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-25 21:45:01 +0200 |
commit | fa98dd803202edacc78bbc89db5a0b760faaa091 (patch) | |
tree | d700f3621cb29e8b13e10c02502a7cfa342cb510 /examples | |
parent | Update Alert_Window_Mode.ino (diff) | |
download | ADS1115_WE-fa98dd803202edacc78bbc89db5a0b760faaa091.tar ADS1115_WE-fa98dd803202edacc78bbc89db5a0b760faaa091.tar.gz ADS1115_WE-fa98dd803202edacc78bbc89db5a0b760faaa091.tar.bz2 ADS1115_WE-fa98dd803202edacc78bbc89db5a0b760faaa091.tar.lz ADS1115_WE-fa98dd803202edacc78bbc89db5a0b760faaa091.tar.xz ADS1115_WE-fa98dd803202edacc78bbc89db5a0b760faaa091.tar.zst ADS1115_WE-fa98dd803202edacc78bbc89db5a0b760faaa091.zip |
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Continous/Continous.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Continous/Continous.ino b/examples/Continous/Continous.ino index 0561dea..bece321 100644 --- a/examples/Continous/Continous.ino +++ b/examples/Continous/Continous.ino @@ -101,7 +101,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.
*
|