mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-22 14:30:21 +00:00
.. | ||
scenes | ||
views | ||
application.fam | ||
gpio_app_i.h | ||
gpio_app.c | ||
gpio_app.h | ||
gpio_custom_event.h | ||
gpio_item.c | ||
gpio_item.h | ||
gpioreader.png | ||
icon.png | ||
LICENSE | ||
README.md | ||
usb_uart_bridge.c | ||
usb_uart_bridge.h |
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