From 81086f0c408d9057b1f7f336410eb028e03e30d3 Mon Sep 17 00:00:00 2001 From: "Wolfgang (Wolle) Ewald" Date: Sat, 27 Jun 2020 15:28:17 +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(-) (limited to 'examples/Alert_Window_Mode_with_Latch/Alert_Window_Mode_with_Latch.ino') 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 5586ede..232283c 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 @@ -67,7 +67,7 @@ void setup() { * 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 + adc.setAlertPinMode(ADS1115_ASSERT_AFTER_1); // you can also choose ...AFTER_2 or 4 for this sketch /* Set the conversion rate in SPS (samples per second) * Options should be self-explaining: -- cgit v1.2.3