From 2e73f1aec042986fae435d68cacafcba8b8ec49f Mon Sep 17 00:00:00 2001 From: martinbra Date: Thu, 30 Jul 2020 00:21:11 -0300 Subject: Fixing some minor typos (continous, maxium and paramater). Keeping "typoed" ADS1115_CONTINOUS enum value for backward compatibilities. --- .../Single_Shot_Conv_Ready_Alert_Controlled.ino | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (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 a02067a..5822f01 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 @@ -76,14 +76,14 @@ void setup() { */ adc.setConvRate(ADS1115_8_SPS); //comment line/change parameter to change SPS - /* Set continous or single shot mode: + /* Set continuous or single shot mode: * - * ADS1115_CONTINOUS -> continous mode + * ADS1115_CONTINUOUS -> continuous mode * ADS1115_SINGLE -> single shot mode (default) */ - //adc.setMeasureMode(ADS1115_CONTINOUS); // continous mode does not work with conversion ready + //adc.setMeasureMode(ADS1115_CONTINUOUS); // continuous mode does not work with conversion ready - /* Choose maximum limit or maxium and minimum alert limit (window)in Volt - alert pin will + /* Choose maximum limit or maximum and minimum alert limit (window)in Volt - alert pin will * be active when measured values are beyond the maximum limit or outside the window * Upper limit first: setAlertLimit_V(MODE, maximum, minimum) * In max limit mode the minimum value is the limit where the alert pin will be deactivated (if -- cgit v1.2.3