summaryrefslogtreecommitdiffstats
path: root/movement/movement.h
diff options
context:
space:
mode:
authorjoeycastillo <joeycastillo@utexas.edu>2023-01-14 14:21:04 -0500
committerjoeycastillo <joeycastillo@utexas.edu>2023-01-14 14:21:04 -0500
commit0ef80b62da5ada255ca1968e7437cb66606bd78d (patch)
tree1f721524b37c06f3e437605bf3bf27c443e3f7d5 /movement/movement.h
parent9ebea46300bd1bc4e3ba51b1c7915e3ba42c471a (diff)
downloadSensor-Watch-0ef80b62da5ada255ca1968e7437cb66606bd78d.tar.gz
Sensor-Watch-0ef80b62da5ada255ca1968e7437cb66606bd78d.tar.bz2
Sensor-Watch-0ef80b62da5ada255ca1968e7437cb66606bd78d.zip
add movement_default_loop_handler, test with default watch faces
Diffstat (limited to 'movement/movement.h')
-rw-r--r--movement/movement.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/movement/movement.h b/movement/movement.h
index 7b5c4647..66bf6af4 100644
--- a/movement/movement.h
+++ b/movement/movement.h
@@ -285,6 +285,9 @@ typedef struct {
void movement_move_to_face(uint8_t watch_face_index);
void movement_move_to_next_face(void);
+
+bool movement_default_loop_handler(movement_event_t event, movement_settings_t *settings);
+
void movement_illuminate_led(void);
void movement_request_tick_frequency(uint8_t freq);