diff options
-rw-r--r-- | src/ADS1115_WE.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ADS1115_WE.h b/src/ADS1115_WE.h index 4a671d4..2316d6a 100644 --- a/src/ADS1115_WE.h +++ b/src/ADS1115_WE.h @@ -39,7 +39,7 @@ typedef enum ADS1115_COMP_QUE { ADS1115_ASSERT_AFTER_1 = 0x0000, ADS1115_ASSERT_AFTER_2 = 0x0001, - ADS1115_ASSERT_AFTER_3 = 0x0002, + ADS1115_ASSERT_AFTER_4 = 0x0002, ADS1115_DISABLE_ALERT = 0x0003 } compQue; |