diff options
author | Wolfgang (Wolle) Ewald <wolfgang.ewald@wolles-elektronikkiste.de> | 2020-06-27 15:28:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-27 15:28:17 +0200 |
commit | 81086f0c408d9057b1f7f336410eb028e03e30d3 (patch) | |
tree | 1a888245238ca3642b39a671e13225dae061f218 | |
parent | Update Single_Shot_Conv_Ready_Alert_Controlled.ino (diff) | |
download | ADS1115_WE-81086f0c408d9057b1f7f336410eb028e03e30d3.tar ADS1115_WE-81086f0c408d9057b1f7f336410eb028e03e30d3.tar.gz ADS1115_WE-81086f0c408d9057b1f7f336410eb028e03e30d3.tar.bz2 ADS1115_WE-81086f0c408d9057b1f7f336410eb028e03e30d3.tar.lz ADS1115_WE-81086f0c408d9057b1f7f336410eb028e03e30d3.tar.xz ADS1115_WE-81086f0c408d9057b1f7f336410eb028e03e30d3.tar.zst ADS1115_WE-81086f0c408d9057b1f7f336410eb028e03e30d3.zip |
-rw-r--r-- | examples/Alert_Window_Mode_with_Latch/Alert_Window_Mode_with_Latch.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Alert_Window_Mode_with_Latch/Alert_Window_Mode_with_Latch.ino b/examples/Alert_Window_Mode_with_Latch/Alert_Window_Mode_with_Latch.ino index 5586ede..232283c 100644 --- a/examples/Alert_Window_Mode_with_Latch/Alert_Window_Mode_with_Latch.ino +++ b/examples/Alert_Window_Mode_with_Latch/Alert_Window_Mode_with_Latch.ino @@ -67,7 +67,7 @@ void setup() { * ADS1115_ASSERT_AFTER_4 -> after 4 conversions
* ADS1115_DISABLE_ALERT -> disable comparator / alert pin (default)
*/
- adc.setAlertPinMode(ADS1115_ASSERT_AFTER_1); // you can also choose ...AFTER_2 or 3 for this sketch
+ adc.setAlertPinMode(ADS1115_ASSERT_AFTER_1); // you can also choose ...AFTER_2 or 4 for this sketch
/* Set the conversion rate in SPS (samples per second)
* Options should be self-explaining:
|