From 30f84ec881f2e0cb718288cd58dc37c7bc960a27 Mon Sep 17 00:00:00 2001 From: "Wolfgang (Wolle) Ewald" Date: Thu, 18 Feb 2021 23:29:40 +0100 Subject: Add files via upload --- .../Single_Shot_Conv_Ready_Controlled.ino | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/Single_Shot_Conv_Ready_Controlled/Single_Shot_Conv_Ready_Controlled.ino b/examples/Single_Shot_Conv_Ready_Controlled/Single_Shot_Conv_Ready_Controlled.ino index 145e60c..ea76f8f 100644 --- a/examples/Single_Shot_Conv_Ready_Controlled/Single_Shot_Conv_Ready_Controlled.ino +++ b/examples/Single_Shot_Conv_Ready_Controlled/Single_Shot_Conv_Ready_Controlled.ino @@ -77,8 +77,12 @@ void setup() { * * ADS1115_CONTINUOUS -> continuous mode * ADS1115_SINGLE -> single shot mode (default) + * + * Continuous mode does not work with conversion ready (isBusy), but it works with the + * conversion ready alert pin. Confusing, but that's a property of the ADS1115 and not + * a property of the library. */ - //adc.setMeasureMode(ADS1115_CONTINUOUS); //continuous mode does not work with conversion ready (isBusy) + // adc.setMeasureMode(ADS1115_CONTINUOUS); // continuous mode does not work with conversion ready (isBusy) /* Choose maximum limit or maximum and minimum alert limit (window) in volts - alert pin will * assert when measured values are beyond the maximum limit or outside the window -- cgit v1.2.3