diff options
author | Wolfgang (Wolle) Ewald <wolfgang.ewald@wolles-elektronikkiste.de> | 2020-06-27 15:25:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-27 15:25:32 +0200 |
commit | 8f4bfb8f3abfb091df562a9040bb5423f03c2766 (patch) | |
tree | cb82fba32c2cf1a0bb9e3910565315e54899f4ec /examples/Single_Shot/Single_Shot.ino | |
parent | Update Single_Shot_Conv_Ready_Alert_Controlled.ino (diff) | |
download | ADS1115_WE-8f4bfb8f3abfb091df562a9040bb5423f03c2766.tar ADS1115_WE-8f4bfb8f3abfb091df562a9040bb5423f03c2766.tar.gz ADS1115_WE-8f4bfb8f3abfb091df562a9040bb5423f03c2766.tar.bz2 ADS1115_WE-8f4bfb8f3abfb091df562a9040bb5423f03c2766.tar.lz ADS1115_WE-8f4bfb8f3abfb091df562a9040bb5423f03c2766.tar.xz ADS1115_WE-8f4bfb8f3abfb091df562a9040bb5423f03c2766.tar.zst ADS1115_WE-8f4bfb8f3abfb091df562a9040bb5423f03c2766.zip |
Diffstat (limited to 'examples/Single_Shot/Single_Shot.ino')
-rw-r--r-- | examples/Single_Shot/Single_Shot.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Single_Shot/Single_Shot.ino b/examples/Single_Shot/Single_Shot.ino index cfdee07..fafaddd 100644 --- a/examples/Single_Shot/Single_Shot.ino +++ b/examples/Single_Shot/Single_Shot.ino @@ -85,7 +85,7 @@ void setup() { * not latched)
*
* ADS1115_MAX_LIMIT
- * ADS1115_WINDOW
+ * ADS1115_WINDOW
*
*/
//adc.setAlertModeAndLimit_V(ADS1115_MAX_LIMIT, 3.0, 1.5); //uncomment if you want to change the default
|