From 6d074e9c2668fd49ca1680b9c3fae539aadd87c1 Mon Sep 17 00:00:00 2001 From: "Wolfgang (Wolle) Ewald" Date: Fri, 31 Jul 2020 00:18:18 +0200 Subject: Update ADS1115_WE.h --- src/ADS1115_WE.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); -- cgit v1.2.3