summaryrefslogtreecommitdiffstats
path: root/watch-library/shared/watch/watch_buzzer.h
diff options
context:
space:
mode:
Diffstat (limited to 'watch-library/shared/watch/watch_buzzer.h')
-rw-r--r--watch-library/shared/watch/watch_buzzer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/watch-library/shared/watch/watch_buzzer.h b/watch-library/shared/watch/watch_buzzer.h
index 7ba9a52e..4c39475c 100644
--- a/watch-library/shared/watch/watch_buzzer.h
+++ b/watch-library/shared/watch/watch_buzzer.h
@@ -175,6 +175,8 @@ extern const uint16_t NotePeriods[108];
*/
void watch_buzzer_play_sequence(int8_t *note_sequence, void (*callback_on_end)(void));
+uint16_t sequence_length(int8_t *sequence);
+
/** @brief Aborts a playing sequence.
*/
void watch_buzzer_abort_sequence(void);