11 lines
220 B
Plaintext
11 lines
220 B
Plaintext
|
App(
|
||
|
appid="I2c_Demo",
|
||
|
name="I2C Demo",
|
||
|
apptype=FlipperAppType.EXTERNAL,
|
||
|
entry_point="i2c_demo_app",
|
||
|
requires=["gui"],
|
||
|
stack_size=2 * 1024,
|
||
|
fap_icon="i2c_demo.png",
|
||
|
fap_category="GPIO",
|
||
|
)
|