diff options
author | Wolfgang (Wolle) Ewald <wolfgang.ewald@wolles-elektronikkiste.de> | 2020-06-27 15:25:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-27 15:25:05 +0200 |
commit | a80418216568cb91fb5d4685c120594bd9ef8389 (patch) | |
tree | fb493fa7f109daef6ab0232b0e62deccf47c2a55 | |
parent | Update Single_Shot_Conv_Ready_Controlled.ino (diff) | |
download | ADS1115_WE-a80418216568cb91fb5d4685c120594bd9ef8389.tar ADS1115_WE-a80418216568cb91fb5d4685c120594bd9ef8389.tar.gz ADS1115_WE-a80418216568cb91fb5d4685c120594bd9ef8389.tar.bz2 ADS1115_WE-a80418216568cb91fb5d4685c120594bd9ef8389.tar.lz ADS1115_WE-a80418216568cb91fb5d4685c120594bd9ef8389.tar.xz ADS1115_WE-a80418216568cb91fb5d4685c120594bd9ef8389.tar.zst ADS1115_WE-a80418216568cb91fb5d4685c120594bd9ef8389.zip |
-rw-r--r-- | examples/Single_Shot_Conv_Ready_Alert_Controlled/Single_Shot_Conv_Ready_Alert_Controlled.ino | 2 |
1 files changed, 1 insertions, 1 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 2a233f0..e984862 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 @@ -90,7 +90,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
|