From 829b16a303fdf1d143e15ad53aa3a39251671fe0 Mon Sep 17 00:00:00 2001 From: Cameron Radmore Date: Sun, 11 Jul 2021 13:46:15 -0400 Subject: [PATCH] Add "metronome" to apps in readme (#479) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 755f1905..bd23c867 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ As of now, here is the list of achievements of this project: * Two (2048 clone game) * 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) + * Metronome (vibrates to a given bpm with a customizable beats per bar) - User settings: * Display timeout * Wake-up condition