From 2edd9af55b5ee8e837ab2535df2cab4479461a2c Mon Sep 17 00:00:00 2001 From: "Wolfgang (Wolle) Ewald" Date: Sat, 27 Jun 2020 15:21:03 +0200 Subject: Update Alert_Window_Mode_with_Latch.ino --- examples/Alert_Window_Mode_with_Latch/Alert_Window_Mode_with_Latch.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Alert_Window_Mode_with_Latch/Alert_Window_Mode_with_Latch.ino b/examples/Alert_Window_Mode_with_Latch/Alert_Window_Mode_with_Latch.ino index 0ca337d..5586ede 100644 --- a/examples/Alert_Window_Mode_with_Latch/Alert_Window_Mode_with_Latch.ino +++ b/examples/Alert_Window_Mode_with_Latch/Alert_Window_Mode_with_Latch.ino @@ -64,7 +64,7 @@ void setup() { * * ADS1115_ASSERT_AFTER_1 -> after 1 conversion * ADS1115_ASSERT_AFTER_2 -> after 2 conversions - * ADS1115_ASSERT_AFTER_3 -> after 3 conversions + * ADS1115_ASSERT_AFTER_4 -> after 4 conversions * ADS1115_DISABLE_ALERT -> disable comparator / alert pin (default) */ adc.setAlertPinMode(ADS1115_ASSERT_AFTER_1); // you can also choose ...AFTER_2 or 3 for this sketch -- cgit v1.2.3