mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-07 05:29:09 -07:00
15 lines
434 B
Plaintext
15 lines
434 B
Plaintext
App(
|
|
appid="gpio_reader",
|
|
name="[GPIO] Reader (aureli1c)",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="GPIO_reader_app",
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
fap_category="GPIO",
|
|
fap_icon="icon.png",
|
|
fap_author="@aureli1c",
|
|
fap_weburl="https://github.com/aureli1c/flipperzero_GPIO_read",
|
|
fap_version="1.0",
|
|
fap_description="Read GPIO pins states, and display them on the screen",
|
|
)
|