Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/panki27/Metronome
Metronome for Flipper Zero
https://github.com/panki27/Metronome
flipperzero
Last synced: about 1 month ago
JSON representation
Metronome for Flipper Zero
- Host: GitHub
- URL: https://github.com/panki27/Metronome
- Owner: panki27
- Created: 2022-09-18T22:21:55.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-27T00:28:29.000Z (over 1 year ago)
- Last Synced: 2024-02-13T20:26:09.209Z (10 months ago)
- Topics: flipperzero
- Language: C
- Homepage:
- Size: 19.5 KB
- Stars: 66
- Watchers: 3
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-flipperzero-withModules - `Metronome` Musical metronome.
README
# Metronome
A metronome for the [Flipper Zero](https://flipperzero.one/) device. Goes along perfectly with my [BPM tapper](https://github.com/panki27/bpm-tapper).
![screenshot](img/screenshot.png)
## Features
- BPM adjustable, fine and coarse (hold pressed)
- Selectable amount of beats per bar
- Selectable note length
- First beat is pronounced
- Progress indicator
- LED flashes accordingly
- 3 different settings: Beep, Vibrate, Silent (push Down to change)## Compiling
```
./fbt fap_metronome
```