diff options
-rw-r--r-- | src/ADS1115_WE.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ADS1115_WE.h b/src/ADS1115_WE.h index 2316d6a..4af25b1 100644 --- a/src/ADS1115_WE.h +++ b/src/ADS1115_WE.h @@ -121,7 +121,7 @@ public: float getResult_V(); float getResult_mV(); void setAlertPinToConversionReady(); - void unlatchAlertPin(); + void clearAlert(); private: |