diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2022-08-02 08:17:26 -0600 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-08-02 08:17:26 -0600 |
commit | bcd3b666848214a735f37a5a4f08b157ba7bb3a1 (patch) | |
tree | 149bd53bbd46ebddd31957cc827a7c40ccf6f1a0 /movement/movement.h | |
parent | ed526355f69a931d51a6ebff1b45c70988e7b255 (diff) | |
parent | 6d87f5a6268a9a516d8c577dfd71b39a5bfc384a (diff) | |
download | Sensor-Watch-bcd3b666848214a735f37a5a4f08b157ba7bb3a1.tar.gz Sensor-Watch-bcd3b666848214a735f37a5a4f08b157ba7bb3a1.tar.bz2 Sensor-Watch-bcd3b666848214a735f37a5a4f08b157ba7bb3a1.zip |
Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into lfs
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 a29c4469..0442f607 100644 --- a/movement/movement.h +++ b/movement/movement.h @@ -257,6 +257,7 @@ typedef struct { // background task handling bool needs_background_tasks_handled; bool has_scheduled_background_task; + bool needs_wake; // low energy mode countdown int32_t le_mode_ticks; @@ -287,6 +288,8 @@ void movement_schedule_background_task(watch_date_time date_time); // movement will associate the scheduled task with the currently active face. void movement_cancel_background_task(void); +void movement_request_wake(void); + void movement_play_signal(void); void movement_play_alarm(void); |