power down accelerometer unless a watch face requests it

This commit is contained in:
Joey Castillo
2025-05-26 10:51:11 -04:00
parent 6ac2c13098
commit 69b8048790
5 changed files with 48 additions and 4 deletions
@@ -38,6 +38,7 @@
typedef struct {
uint8_t new_threshold;
uint8_t threshold;
lis2dw_data_rate_t old_rate;
bool is_setting;
} accel_interrupt_count_state_t;