summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang (Wolle) Ewald <wolfgang.ewald@wolles-elektronikkiste.de>2020-06-29 21:10:42 +0200
committerGitHub <noreply@github.com>2020-06-29 21:10:42 +0200
commitac489aae6bc4898c7cfda2c8f91f6d1e7ba311ac (patch)
treec1ae343f588bedd1887f62445f21a47617e38f6e
parentUpdate ADS1115_WE.h (diff)
downloadADS1115_WE-ac489aae6bc4898c7cfda2c8f91f6d1e7ba311ac.tar
ADS1115_WE-ac489aae6bc4898c7cfda2c8f91f6d1e7ba311ac.tar.gz
ADS1115_WE-ac489aae6bc4898c7cfda2c8f91f6d1e7ba311ac.tar.bz2
ADS1115_WE-ac489aae6bc4898c7cfda2c8f91f6d1e7ba311ac.tar.lz
ADS1115_WE-ac489aae6bc4898c7cfda2c8f91f6d1e7ba311ac.tar.xz
ADS1115_WE-ac489aae6bc4898c7cfda2c8f91f6d1e7ba311ac.tar.zst
ADS1115_WE-ac489aae6bc4898c7cfda2c8f91f6d1e7ba311ac.zip
-rw-r--r--src/ADS1115_WE.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ADS1115_WE.cpp b/src/ADS1115_WE.cpp
index f1af282..700b3d0 100644
--- a/src/ADS1115_WE.cpp
+++ b/src/ADS1115_WE.cpp
@@ -167,7 +167,7 @@ void ADS1115_WE::setAlertPinToConversionReady(){
writeRegister(ADS1115_HI_THRESH_REG, (1<<15));
}
-void ADS1115_WE::unlatchAlertPin(){
+void ADS1115_WE::clearAlert(){
readRegister(ADS1115_CONV_REG);
}