summaryrefslogtreecommitdiffstats
path: root/movement/movement.h
diff options
context:
space:
mode:
authorjoeycastillo <joeycastillo@utexas.edu>2022-10-22 13:16:46 -0500
committerjoeycastillo <joeycastillo@utexas.edu>2022-10-22 13:16:46 -0500
commitb56c60868e84d729a4fd76ff5739a08b87153728 (patch)
treec3eb9d6e8698d626faef89336ef785e60b3fe73d /movement/movement.h
parent86f34b365375b42279febb20fd744da00f9f1118 (diff)
downloadSensor-Watch-b56c60868e84d729a4fd76ff5739a08b87153728.tar.gz
Sensor-Watch-b56c60868e84d729a4fd76ff5739a08b87153728.tar.bz2
Sensor-Watch-b56c60868e84d729a4fd76ff5739a08b87153728.zip
allow watch faces to schedule tasks from background
Diffstat (limited to 'movement/movement.h')
-rw-r--r--movement/movement.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/movement/movement.h b/movement/movement.h
index a013a861..79222e8c 100644
--- a/movement/movement.h
+++ b/movement/movement.h
@@ -292,6 +292,10 @@ 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);
+// these functions should work around the limitation of the above functions, which will be deprecated.
+void movement_schedule_background_task_for_face(uint8_t watch_face_index, watch_date_time date_time);
+void movement_cancel_background_task_for_face(uint8_t watch_face_index);
+
void movement_request_wake(void);
void movement_play_signal(void);