summaryrefslogtreecommitdiffstats
path: root/examples/Single_Shot_Conv_Ready_Alert_Controlled/Single_Shot_Conv_Ready_Alert_Controlled.ino
diff options
context:
space:
mode:
authorWolfgang (Wolle) Ewald <wolfgang.ewald@wolles-elektronikkiste.de>2020-07-30 15:10:52 +0200
committerGitHub <noreply@github.com>2020-07-30 15:10:52 +0200
commit9c33be6b3f7bc469220bee0d66694594c227eeb8 (patch)
tree8bffbfe631652f9f6f29eb019888a6c452655b51 /examples/Single_Shot_Conv_Ready_Alert_Controlled/Single_Shot_Conv_Ready_Alert_Controlled.ino
parentMerge pull request #5 from martinbra/patch-1 (diff)
parentupdating keywords for missing enum types. (diff)
downloadADS1115_WE-9c33be6b3f7bc469220bee0d66694594c227eeb8.tar
ADS1115_WE-9c33be6b3f7bc469220bee0d66694594c227eeb8.tar.gz
ADS1115_WE-9c33be6b3f7bc469220bee0d66694594c227eeb8.tar.bz2
ADS1115_WE-9c33be6b3f7bc469220bee0d66694594c227eeb8.tar.lz
ADS1115_WE-9c33be6b3f7bc469220bee0d66694594c227eeb8.tar.xz
ADS1115_WE-9c33be6b3f7bc469220bee0d66694594c227eeb8.tar.zst
ADS1115_WE-9c33be6b3f7bc469220bee0d66694594c227eeb8.zip
Diffstat (limited to 'examples/Single_Shot_Conv_Ready_Alert_Controlled/Single_Shot_Conv_Ready_Alert_Controlled.ino')
-rw-r--r--examples/Single_Shot_Conv_Ready_Alert_Controlled/Single_Shot_Conv_Ready_Alert_Controlled.ino8
1 files changed, 4 insertions, 4 deletions
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