Add "metronome" to apps in readme (#479)

This commit is contained in:
Cameron Radmore
2021-07-11 13:46:15 -04:00
committed by GitHub
parent 748e31421d
commit 829b16a303

View File

@@ -53,6 +53,7 @@ As of now, here is the list of achievements of this project:
* Two (2048 clone game) * Two (2048 clone game)
* Stopwatch (with all the necessary functions such as play, pause, lap, stop) * Stopwatch (with all the necessary functions such as play, pause, lap, stop)
* Motion sensor and step counter (displays the number of steps and the state of the motion sensor in real-time) * Motion sensor and step counter (displays the number of steps and the state of the motion sensor in real-time)
* Metronome (vibrates to a given bpm with a customizable beats per bar)
- User settings: - User settings:
* Display timeout * Display timeout
* Wake-up condition * Wake-up condition