mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 15:00:13 +00:00
13 lines
297 B
Plaintext
13 lines
297 B
Plaintext
|
App(
|
||
|
appid="I2C_Tools",
|
||
|
name="i2c Tools",
|
||
|
apptype=FlipperAppType.EXTERNAL,
|
||
|
entry_point="i2ctools_app",
|
||
|
cdefines=["APP_I2CTOOLS"],
|
||
|
requires=["gui"],
|
||
|
stack_size=2 * 1024,
|
||
|
order=175,
|
||
|
fap_icon="i2ctools.png",
|
||
|
fap_category="GPIO",
|
||
|
fap_icon_assets="images",
|
||
|
)
|