From a8504e14cafe29bce1cc90ada64cc9ea5ff797ea Mon Sep 17 00:00:00 2001 From: "Wolfgang (Wolle) Ewald" Date: Sat, 27 Jun 2020 15:27:03 +0200 Subject: Update Single_Shot_Conv_Ready_Alert_Controlled.ino --- .../Single_Shot_Conv_Ready_Alert_Controlled.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/Single_Shot_Conv_Ready_Alert_Controlled') diff --git a/examples/Single_Shot_Conv_Ready_Alert_Controlled/Single_Shot_Conv_Ready_Alert_Controlled.ino b/examples/Single_Shot_Conv_Ready_Alert_Controlled/Single_Shot_Conv_Ready_Alert_Controlled.ino index e984862..06ace44 100644 --- a/examples/Single_Shot_Conv_Ready_Alert_Controlled/Single_Shot_Conv_Ready_Alert_Controlled.ino +++ b/examples/Single_Shot_Conv_Ready_Alert_Controlled/Single_Shot_Conv_Ready_Alert_Controlled.ino @@ -60,7 +60,7 @@ void setup() { * ADS1115_ASSERT_AFTER_4 -> after 4 conversions * ADS1115_DISABLE_ALERT -> disable comparator / alert pin (default) */ - adc.setAlertPinMode(ADS1115_ASSERT_AFTER_1); //needed in this sketch to enable alert pin (doesn't matter if you choose after 1,2 or 3) + adc.setAlertPinMode(ADS1115_ASSERT_AFTER_1); //needed in this sketch to enable alert pin (doesn't matter if you choose after 1,2 or 4) /* Set the conversion rate in SPS (samples per second) * Options should be self-explaining: -- cgit v1.2.3