accelerometer: clarify purpose of this bit

This commit is contained in:
Joey Castillo
2024-11-27 11:09:47 -05:00
parent 9719567047
commit a6f80ceb61
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ typedef enum {
#define LIS2DW_REG_INT1_DUR 0x33
#define LIS2DW_REG_WAKE_UP_THS 0x34
#define LIS2DW_WAKE_UP_THS_VAL_TAP_EVENT_ENABLED 0b10000000
#define LIS2DW_WAKE_UP_THS_ENABLE_DOUBLE_TAP 0b10000000 // by default, only single tap is enabled
#define LIS2DW_WAKE_UP_THS_VAL_SLEEP_ON 0b01000000
#define LIS2DW_REG_WAKE_UP_DUR 0x35