diff options
author | Wolfgang (Wolle) Ewald <wolfgang.ewald@wolles-elektronikkiste.de> | 2020-06-29 21:13:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-29 21:13:26 +0200 |
commit | 801466026a27a55680ee4b918952b2f5c9c9a870 (patch) | |
tree | 217587f2f70656fce6156ee7d5d50c3ca0f39080 | |
parent | Update Alert_Window_Mode_with_Latch.ino (diff) | |
download | ADS1115_WE-801466026a27a55680ee4b918952b2f5c9c9a870.tar ADS1115_WE-801466026a27a55680ee4b918952b2f5c9c9a870.tar.gz ADS1115_WE-801466026a27a55680ee4b918952b2f5c9c9a870.tar.bz2 ADS1115_WE-801466026a27a55680ee4b918952b2f5c9c9a870.tar.lz ADS1115_WE-801466026a27a55680ee4b918952b2f5c9c9a870.tar.xz ADS1115_WE-801466026a27a55680ee4b918952b2f5c9c9a870.tar.zst ADS1115_WE-801466026a27a55680ee4b918952b2f5c9c9a870.zip |
-rw-r--r-- | examples/Alert_Window_Mode_with_Latch/Alert_Window_Mode_with_Latch.ino | 4 |
1 files changed, 2 insertions, 2 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 d8bfeb7..bfac55f 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 @@ -3,9 +3,9 @@ *
* This sketch shows how you can use the alert pin with the latch function. The
* only difference to Alert_Window_Mode.ino is that latch is enabled (line 112)
-* and that the alert pin needs to be unlatched (line 147). Try and see the difference.
+* and that the alert needs to be cleared (line 147). Try and see the difference.
* As an alternative to the unlatchAlertPin function you can use getResult_V.
-* Internally unlatchAlertPin just performs a read of the conversion register.
+* Internally clearAlert just performs a read of the conversion register.
*
* Further information can be found on:
* https://wolles-elektronikkiste.de/ads1115
|