diff options
author | Jose Castillo <joeycastillo@utexas.edu> | 2023-09-24 13:06:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-24 13:06:19 -0400 |
commit | 5c94111ea20e50cb9dab8f416603403185e933b3 (patch) | |
tree | a162e1c7f26e0928323855f6f6a9311fb871f030 /movement/movement.h | |
parent | bc9b4ce700d3f12adc0daceaa880e3d638df0c2b (diff) | |
parent | b162dc0663883ed2253af6d0d3c2506f286b95f9 (diff) | |
download | Sensor-Watch-5c94111ea20e50cb9dab8f416603403185e933b3.tar.gz Sensor-Watch-5c94111ea20e50cb9dab8f416603403185e933b3.tar.bz2 Sensor-Watch-5c94111ea20e50cb9dab8f416603403185e933b3.zip |
Merge pull request #283 from neutralinsomniac/fix_hourly_chime_background
fix signal tunes not firing in background, and move buzzer disable/enable logic into movement
Diffstat (limited to 'movement/movement.h')
-rw-r--r-- | movement/movement.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/movement.h b/movement/movement.h index 66bf6af4..5f30dfb8 100644 --- a/movement/movement.h +++ b/movement/movement.h @@ -307,6 +307,7 @@ 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_tune(void); void movement_play_alarm(void); void movement_play_alarm_beeps(uint8_t rounds, BuzzerNote alarm_note); |