Compare commits

...

4 Commits

Author SHA1 Message Date
UberGuidoZ
7cf1d6ee0d
Delete Applications/My_Creations/gpio_logic_analyzer/README.md 2026-03-22 21:07:57 -07:00
UberGuidoZ
8845f9a5f4
Initial upload (placeholder) 2026-03-22 17:23:54 -07:00
UberGuidoZ
5e708e5b07
Create README.md 2026-03-22 17:22:28 -07:00
UberGuidoZ
19dfb7ca06
Placeholder for gpio_logic_analyzer 2026-03-22 17:21:37 -07:00
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1 @@
# Flipper Apps by UberGuidoZ

View File

@ -0,0 +1,10 @@
App(
appid="gpio_logic_analyzer",
name="GPIO Logic Analyzer",
apptype=FlipperAppType.EXTERNAL,
entry_point="gpio_analyzer_app",
requires=["gui", "storage", "notification"],
stack_size=3 * 1024,
fap_category="GPIO",
fap_version=(2, 0),
)