Skip to content

Commit f433916

Browse files
committed
Add usage section to README for new interactions. Closes #11.
1 parent 47b3e0a commit f433916

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ A simple Flipper Zero application for NMEA 0183 serial GPS modules, such as the
77

88
Heavy lifting (NMEA parsing) provided by [minmea].
99

10+
## Usage
11+
12+
This is a single-screen app, and a few interactions are provided via the
13+
hardware buttons:
14+
15+
- Long press the up button to change the **baud rate**. The default baud rate
16+
is 9600, but 19200, 38400, 57600, and 115200 baud are also supported.
17+
- Long press the right button to change **speed units** from knots to
18+
kilometers per hour.
19+
- Press the OK button to set the **backlight** to always on mode. Press it
20+
again to disable.
21+
- Long press the back button to **exit** the app.
22+
1023
## Hardware Setup
1124

1225
Connect the GPS module to power and the USART using GPIO pins 9 (3.3V), 11

0 commit comments

Comments
 (0)