add basic metronome app (#409)

* add basic metronome app

* add bpb, tap to bpm, update widgets

* use event pressed for bpm tap

* move case statement break to the right place

* narrow bpm selection range, override touch events

* fix arc knob style

* re-enable sleeping in destructor
This commit is contained in:
Bryton Hall
2021-06-12 09:06:58 -04:00
committed by GitHub
parent 58a8507b3d
commit c575754b42
7 changed files with 226 additions and 3 deletions

View File

@@ -21,6 +21,7 @@ namespace Pinetime {
HeartRate,
Navigation,
StopWatch,
Metronome,
Motion,
Steps,
QuickSettings,