diff options
author | Wolfgang (Wolle) Ewald <wolfgang.ewald@wolles-elektronikkiste.de> | 2020-07-25 21:44:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-25 21:44:17 +0200 |
commit | ead436402c533d0a03801b3af1ce18c10cf65b38 (patch) | |
tree | 1426a871320c056343414037359b7eebc6fa7d13 | |
parent | Update Alert_Window_Mode_with_Latch.ino (diff) | |
download | ADS1115_WE-ead436402c533d0a03801b3af1ce18c10cf65b38.tar ADS1115_WE-ead436402c533d0a03801b3af1ce18c10cf65b38.tar.gz ADS1115_WE-ead436402c533d0a03801b3af1ce18c10cf65b38.tar.bz2 ADS1115_WE-ead436402c533d0a03801b3af1ce18c10cf65b38.tar.lz ADS1115_WE-ead436402c533d0a03801b3af1ce18c10cf65b38.tar.xz ADS1115_WE-ead436402c533d0a03801b3af1ce18c10cf65b38.tar.zst ADS1115_WE-ead436402c533d0a03801b3af1ce18c10cf65b38.zip |
-rw-r--r-- | examples/Alert_Window_Mode/Alert_Window_Mode.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Alert_Window_Mode/Alert_Window_Mode.ino b/examples/Alert_Window_Mode/Alert_Window_Mode.ino index b8bc8ae..3be5dec 100644 --- a/examples/Alert_Window_Mode/Alert_Window_Mode.ino +++ b/examples/Alert_Window_Mode/Alert_Window_Mode.ino @@ -111,7 +111,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.
*
|