diff options
author | Wolfgang (Wolle) Ewald <wolfgang.ewald@wolles-elektronikkiste.de> | 2020-06-27 15:27:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-27 15:27:03 +0200 |
commit | a8504e14cafe29bce1cc90ada64cc9ea5ff797ea (patch) | |
tree | 60c629cf6005a2fd30046168774328e0759085fa | |
parent | Update Continous.ino (diff) | |
download | ADS1115_WE-a8504e14cafe29bce1cc90ada64cc9ea5ff797ea.tar ADS1115_WE-a8504e14cafe29bce1cc90ada64cc9ea5ff797ea.tar.gz ADS1115_WE-a8504e14cafe29bce1cc90ada64cc9ea5ff797ea.tar.bz2 ADS1115_WE-a8504e14cafe29bce1cc90ada64cc9ea5ff797ea.tar.lz ADS1115_WE-a8504e14cafe29bce1cc90ada64cc9ea5ff797ea.tar.xz ADS1115_WE-a8504e14cafe29bce1cc90ada64cc9ea5ff797ea.tar.zst ADS1115_WE-a8504e14cafe29bce1cc90ada64cc9ea5ff797ea.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 e984862..06ace44 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 @@ -60,7 +60,7 @@ void setup() { * ADS1115_ASSERT_AFTER_4 -> after 4 conversions
* ADS1115_DISABLE_ALERT -> disable comparator / alert pin (default)
*/
- adc.setAlertPinMode(ADS1115_ASSERT_AFTER_1); //needed in this sketch to enable alert pin (doesn't matter if you choose after 1,2 or 3)
+ adc.setAlertPinMode(ADS1115_ASSERT_AFTER_1); //needed in this sketch to enable alert pin (doesn't matter if you choose after 1,2 or 4)
/* Set the conversion rate in SPS (samples per second)
* Options should be self-explaining:
|