Files
Momentum-Firmware/applications/external/gpio_reader_a/application.fam
2023-11-12 11:11:46 +00:00

15 lines
436 B
Plaintext

App(
appid="gpio_reader_a",
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.1",
fap_description="Read GPIO pins states, and display them on the screen",
)