diff options
author | Wolfgang (Wolle) Ewald <wolfgang.ewald@wolles-elektronikkiste.de> | 2020-06-27 15:21:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-27 15:21:03 +0200 |
commit | 2edd9af55b5ee8e837ab2535df2cab4479461a2c (patch) | |
tree | afbcfb8203efde4650d4ce7b6d608207c86426d4 /examples/Alert_Window_Mode_with_Latch | |
parent | Update Alert_Window_Mode.ino (diff) | |
download | ADS1115_WE-2edd9af55b5ee8e837ab2535df2cab4479461a2c.tar ADS1115_WE-2edd9af55b5ee8e837ab2535df2cab4479461a2c.tar.gz ADS1115_WE-2edd9af55b5ee8e837ab2535df2cab4479461a2c.tar.bz2 ADS1115_WE-2edd9af55b5ee8e837ab2535df2cab4479461a2c.tar.lz ADS1115_WE-2edd9af55b5ee8e837ab2535df2cab4479461a2c.tar.xz ADS1115_WE-2edd9af55b5ee8e837ab2535df2cab4479461a2c.tar.zst ADS1115_WE-2edd9af55b5ee8e837ab2535df2cab4479461a2c.zip |
Diffstat (limited to 'examples/Alert_Window_Mode_with_Latch')
-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 0ca337d..5586ede 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 @@ -64,7 +64,7 @@ void setup() { *
* ADS1115_ASSERT_AFTER_1 -> after 1 conversion
* ADS1115_ASSERT_AFTER_2 -> after 2 conversions
- * ADS1115_ASSERT_AFTER_3 -> after 3 conversions
+ * 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
|