accelrometer: add tap event, test by adding tap to set countdown

This commit is contained in:
Joey Castillo
2024-11-27 18:04:17 -05:00
parent c2b800bb69
commit 4b5e15cc1d
6 changed files with 130 additions and 8 deletions

View File

@@ -61,6 +61,8 @@ typedef struct {
uint8_t set_minutes;
uint8_t set_seconds;
uint8_t selection;
uint8_t tap_detection_ticks;
bool has_tapped_once;
countdown_mode_t mode;
bool repeat;
uint8_t watch_face_index;