diff options
Diffstat (limited to '')
-rw-r--r-- | src/ADS1115_WE.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ADS1115_WE.h b/src/ADS1115_WE.h index 5cb3eb2..6f1626c 100644 --- a/src/ADS1115_WE.h +++ b/src/ADS1115_WE.h @@ -274,6 +274,7 @@ class ADS1115_WE void setAlertPinToConversionReady(); void clearAlert(); + bool skip_delays; protected: #ifndef USE_TINY_WIRE_M_ |