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

@@ -118,6 +118,7 @@
#include "alarm_thermometer_face.h"
#include "beeps_face.h"
#include "accel_interrupt_count_face.h"
#include "metronome_face.h"
// New includes go above this line.
#endif // MOVEMENT_FACES_H_