summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang (Wolle) Ewald <wolfgang.ewald@wolles-elektronikkiste.de>2020-07-31 00:18:18 +0200
committerGitHub <noreply@github.com>2020-07-31 00:18:18 +0200
commit6d074e9c2668fd49ca1680b9c3fae539aadd87c1 (patch)
treeaca3265e0f38aadad1260c3a1b5f7040bf29ff38
parentUpdate library.properties (diff)
downloadADS1115_WE-6d074e9c2668fd49ca1680b9c3fae539aadd87c1.tar
ADS1115_WE-6d074e9c2668fd49ca1680b9c3fae539aadd87c1.tar.gz
ADS1115_WE-6d074e9c2668fd49ca1680b9c3fae539aadd87c1.tar.bz2
ADS1115_WE-6d074e9c2668fd49ca1680b9c3fae539aadd87c1.tar.lz
ADS1115_WE-6d074e9c2668fd49ca1680b9c3fae539aadd87c1.tar.xz
ADS1115_WE-6d074e9c2668fd49ca1680b9c3fae539aadd87c1.tar.zst
ADS1115_WE-6d074e9c2668fd49ca1680b9c3fae539aadd87c1.zip
-rw-r--r--src/ADS1115_WE.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ADS1115_WE.h b/src/ADS1115_WE.h
index c531368..115d4bd 100644
--- a/src/ADS1115_WE.h
+++ b/src/ADS1115_WE.h
@@ -204,7 +204,8 @@ public:
float getResult_mV();
/* With this function the alert pin will be active, when a conversion is ready.
- * In order to deactivate, use the setAlertLimit_V function
+ * In order to deactivate the conversion ready alert, use
+ * setAlertPinMode(ADS1115_DISABLE_ALERT) or setAlertModeAndLimit_V()
*/
void setAlertPinToConversionReady();
void clearAlert();