Skip to content

Commit 91517a4

Browse files
authored
Merge pull request #1 from Cupprum/dev
docs: update broken links in readme
2 parents e2cb512 + 9315f9a commit 91517a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ A Flipper Zero application that blinks LEDs with a decreasing frequency over tim
55
This project was inspired by a discussion in this [Hacker News thread](https://news.ycombinator.com/item?id=38274782).
66

77
## Main Screen
8-
![Blinker menu](pictures/blinker_menu.png)
8+
![Blinker menu](screenshots/blinker_menu.png)
99

1010
## Configuration
11-
![Blinker number menu](pictures/blinker_number_menu.png)
11+
![Blinker number menu](screenshots/blinker_number_menu.png)
1212

1313
The following parameters can be configured:
1414
* `Max interval`: Starting cadence in beats per minute (BPM)
1515
* `Min interval`: Target ending cadence in BPM
1616
* `Duration`: Time period (in minutes) over which the cadence gradually changes from max to min
1717

1818
## Operation
19-
![Start blinking](pictures/blinker_blinking.png)
19+
![Start blinking](screenshots/blinker_blinking.png)
2020

2121
When running, all three LEDs (red, green, and blue) blink simultaneously, creating a white flash. The display shows the current BPM, which gradually decreases from max to min interval over the set duration.
2222

0 commit comments

Comments
 (0)