15 lines
319 B
Plaintext
15 lines
319 B
Plaintext
|
App(
|
||
|
appid="learn_spi_app",
|
||
|
name="[WIP] Learn SPI",
|
||
|
apptype=FlipperAppType.EXTERNAL,
|
||
|
entry_point="main_learn_spi",
|
||
|
stack_size=4 * 1024,
|
||
|
requires=[
|
||
|
"gui",
|
||
|
],
|
||
|
order=10,
|
||
|
fap_icon="app.png",
|
||
|
fap_category="GPIO",
|
||
|
fap_description="Demo of communicating with W25Q32 IC.",
|
||
|
)
|