mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-01 04:29:59 -07:00
13 lines
264 B
Plaintext
13 lines
264 B
Plaintext
App(
|
|
appid="GPIOReader",
|
|
name="GPIO Reader",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="gpio_app",
|
|
cdefines=["APP_GPIOREADER"],
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
order=50,
|
|
fap_libs=["assets"],
|
|
fap_category="GPIO",
|
|
)
|