diff options
author | joeycastillo <joeycastillo@utexas.edu> | 2023-01-14 14:21:04 -0500 |
---|---|---|
committer | joeycastillo <joeycastillo@utexas.edu> | 2023-01-14 14:21:04 -0500 |
commit | 0ef80b62da5ada255ca1968e7437cb66606bd78d (patch) | |
tree | 1f721524b37c06f3e437605bf3bf27c443e3f7d5 /movement/movement.h | |
parent | 9ebea46300bd1bc4e3ba51b1c7915e3ba42c471a (diff) | |
download | Sensor-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.h | 3 |
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); |