diff options
author | Wolfgang (Wolle) Ewald <wolfgang.ewald@wolles-elektronikkiste.de> | 2020-07-26 16:03:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-26 16:03:46 +0200 |
commit | 0e8f8cbd3594f2fc8ea51a0332a1913ba1fc985c (patch) | |
tree | ba4ded9d4c17e48b398878fe11829672faa2d4a3 /examples | |
parent | Merge pull request #3 from thijstriemstra/code-doc (diff) | |
download | ADS1115_WE-0e8f8cbd3594f2fc8ea51a0332a1913ba1fc985c.tar ADS1115_WE-0e8f8cbd3594f2fc8ea51a0332a1913ba1fc985c.tar.gz ADS1115_WE-0e8f8cbd3594f2fc8ea51a0332a1913ba1fc985c.tar.bz2 ADS1115_WE-0e8f8cbd3594f2fc8ea51a0332a1913ba1fc985c.tar.lz ADS1115_WE-0e8f8cbd3594f2fc8ea51a0332a1913ba1fc985c.tar.xz ADS1115_WE-0e8f8cbd3594f2fc8ea51a0332a1913ba1fc985c.tar.zst ADS1115_WE-0e8f8cbd3594f2fc8ea51a0332a1913ba1fc985c.zip |
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Single_Shot/Single_Shot.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Single_Shot/Single_Shot.ino b/examples/Single_Shot/Single_Shot.ino index be0cf83..a830be5 100644 --- a/examples/Single_Shot/Single_Shot.ino +++ b/examples/Single_Shot/Single_Shot.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.
*
|