diff options
author | Wolfgang (Wolle) Ewald <wolfgang.ewald@wolles-elektronikkiste.de> | 2020-07-25 21:45:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-25 21:45:32 +0200 |
commit | ca45d71e868c796dd8507ecb74a407c2213cf39b (patch) | |
tree | a7bb1592a6b7c4d4777ce0bca95db9dd01fe332e | |
parent | Update Continous.ino (diff) | |
download | ADS1115_WE-ca45d71e868c796dd8507ecb74a407c2213cf39b.tar ADS1115_WE-ca45d71e868c796dd8507ecb74a407c2213cf39b.tar.gz ADS1115_WE-ca45d71e868c796dd8507ecb74a407c2213cf39b.tar.bz2 ADS1115_WE-ca45d71e868c796dd8507ecb74a407c2213cf39b.tar.lz ADS1115_WE-ca45d71e868c796dd8507ecb74a407c2213cf39b.tar.xz ADS1115_WE-ca45d71e868c796dd8507ecb74a407c2213cf39b.tar.zst ADS1115_WE-ca45d71e868c796dd8507ecb74a407c2213cf39b.zip |
-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 4e5330c..ba1a656 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.
*
|