diff options
author | Jeremy O'Brien <neutral@fastmail.com> | 2023-09-22 07:29:04 -0400 |
---|---|---|
committer | Jeremy O'Brien <neutral@fastmail.com> | 2023-09-22 07:29:04 -0400 |
commit | bfde84f01df2a6a524783c6755654f10940a39fb (patch) | |
tree | ddd6a64b556240c42d6a355fe02250cfbf1bb5e4 /movement/movement.h | |
parent | bc9b4ce700d3f12adc0daceaa880e3d638df0c2b (diff) | |
download | Sensor-Watch-bfde84f01df2a6a524783c6755654f10940a39fb.tar.gz Sensor-Watch-bfde84f01df2a6a524783c6755654f10940a39fb.tar.bz2 Sensor-Watch-bfde84f01df2a6a524783c6755654f10940a39fb.zip |
fix signal tunes not firing in background, and split out foreground/background chime functions
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 66bf6af4..c6380cec 100644 --- a/movement/movement.h +++ b/movement/movement.h @@ -307,6 +307,9 @@ void movement_cancel_background_task_for_face(uint8_t watch_face_index); void movement_request_wake(void); void movement_play_signal(void); +void movement_play_signal_background(void); +void movement_play_tune(void); +void movement_play_tune_background(void); void movement_play_alarm(void); void movement_play_alarm_beeps(uint8_t rounds, BuzzerNote alarm_note); |