mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
17 lines
543 B
Markdown
17 lines
543 B
Markdown
# flipperzero-gpioreader
|
|
|
|

|
|
|
|
This is a fork of the `gpio` app built into the flipper, with added functionality to read GPIO inputs.
|
|
|
|
Supports pulling high or low.
|
|
|
|
Does not (yet) support analog reads.
|
|
|
|
Installation instructions (Linux):
|
|
|
|
- Clone the following repo: https://github.com/flipperdevices/flipperzero-firmware
|
|
- Clone this repo into flipperzero-firmware/applications_user
|
|
- Plug in your FlipperZero
|
|
- Run `./fbt launch_app APPSRC=flipperzero-gpioreader` from within the flipperzero-firmware folder
|