diff options
author | joeycastillo <joeycastillo@utexas.edu> | 2022-12-23 18:37:13 -0600 |
---|---|---|
committer | joeycastillo <joeycastillo@utexas.edu> | 2022-12-23 18:45:18 -0600 |
commit | a6333f7b8baee52faf6f6fc8dfb03b6204dbf005 (patch) | |
tree | 74e9edb27d0a1ffa1a27bf6d46677e6a9f757feb /movement/movement.h | |
parent | 283a21978397fe52ec7a85509bc010f586a42328 (diff) | |
download | Sensor-Watch-a6333f7b8baee52faf6f6fc8dfb03b6204dbf005.tar.gz Sensor-Watch-a6333f7b8baee52faf6f6fc8dfb03b6204dbf005.tar.bz2 Sensor-Watch-a6333f7b8baee52faf6f6fc8dfb03b6204dbf005.zip |
create movement_get_date_time function
Diffstat (limited to 'movement/movement.h')
-rw-r--r-- | movement/movement.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/movement/movement.h b/movement/movement.h index 9dc5fe82..f00c5cc4 100644 --- a/movement/movement.h +++ b/movement/movement.h @@ -287,6 +287,8 @@ void movement_move_to_face(uint8_t watch_face_index); void movement_move_to_next_face(void); void movement_illuminate_led(void); +watch_date_time movement_get_date_time(void); + void movement_request_tick_frequency(uint8_t freq); // note: watch faces can only schedule a background task when in the foreground, since |