mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
15 lines
346 B
Plaintext
15 lines
346 B
Plaintext
App(
|
|
appid="i2ctools",
|
|
name="[I2C] i2c Tools",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="i2ctools_app",
|
|
requires=["gui"],
|
|
stack_size=2 * 1024,
|
|
fap_icon="i2ctools.png",
|
|
fap_category="GPIO",
|
|
fap_icon_assets="images",
|
|
fap_author="@NaejEL",
|
|
fap_version="1.1",
|
|
fap_description="Set of i2c tools",
|
|
)
|