Files
Momentum-Firmware/applications/external/gpioreader_a/application.fam
2023-07-14 02:51:21 +02:00

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",
)