diff options
author | Wolfgang (Wolle) Ewald <wolfgang.ewald@wolles-elektronikkiste.de> | 2020-07-31 00:18:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-31 00:18:18 +0200 |
commit | 6d074e9c2668fd49ca1680b9c3fae539aadd87c1 (patch) | |
tree | aca3265e0f38aadad1260c3a1b5f7040bf29ff38 /src/ADS1115_WE.h | |
parent | Update library.properties (diff) | |
download | ADS1115_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 |
Diffstat (limited to 'src/ADS1115_WE.h')
-rw-r--r-- | src/ADS1115_WE.h | 3 |
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(); |