diff options
author | Wolfgang (Wolle) Ewald <wolfgang.ewald@wolles-elektronikkiste.de> | 2020-07-25 21:43:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-25 21:43:38 +0200 |
commit | 263b0a87973505dc75ff64914854f3cef63d3a5f (patch) | |
tree | 53db306ad2dfdd0465bd7fc23871bb6fffe67e02 /examples | |
parent | Update Single_Shot_Conv_Ready_Alert_Controlled.ino (diff) | |
download | ADS1115_WE-263b0a87973505dc75ff64914854f3cef63d3a5f.tar ADS1115_WE-263b0a87973505dc75ff64914854f3cef63d3a5f.tar.gz ADS1115_WE-263b0a87973505dc75ff64914854f3cef63d3a5f.tar.bz2 ADS1115_WE-263b0a87973505dc75ff64914854f3cef63d3a5f.tar.lz ADS1115_WE-263b0a87973505dc75ff64914854f3cef63d3a5f.tar.xz ADS1115_WE-263b0a87973505dc75ff64914854f3cef63d3a5f.tar.zst ADS1115_WE-263b0a87973505dc75ff64914854f3cef63d3a5f.zip |
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Alert_Window_Mode_with_Latch/Alert_Window_Mode_with_Latch.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Alert_Window_Mode_with_Latch/Alert_Window_Mode_with_Latch.ino b/examples/Alert_Window_Mode_with_Latch/Alert_Window_Mode_with_Latch.ino index a91921a..049a65f 100644 --- a/examples/Alert_Window_Mode_with_Latch/Alert_Window_Mode_with_Latch.ino +++ b/examples/Alert_Window_Mode_with_Latch/Alert_Window_Mode_with_Latch.ino @@ -113,7 +113,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.
*
|