Metronome Complication (#303)

* Metronome Complication

A simple metronome complication that allows user to set BPM, toggle sound, and set counts per measure.

* silence warnings in metronome_face

* avoid mode button in metronome settings, other tweaks

---------

Co-authored-by: joeycastillo <joeycastillo@utexas.edu>
This commit is contained in:
Austoria
2024-09-17 21:46:20 -04:00
committed by GitHub
parent 0f5defe789
commit b2d313e0e7
4 changed files with 351 additions and 0 deletions

View File

@@ -143,6 +143,7 @@ SRCS += \
../watch_faces/sensor/alarm_thermometer_face.c \
../watch_faces/demo/beeps_face.c \
../watch_faces/sensor/accel_interrupt_count_face.c \
../watch_faces/complication/metronome_face.c \
# New watch faces go above this line.
# Leave this line at the bottom of the file; it has all the targets for making your project.