mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 15:00:13 +00:00
10 lines
219 B
Plaintext
10 lines
219 B
Plaintext
|
App(
|
||
|
appid="Air_Mouse",
|
||
|
name="[BMI160] Air Mouse",
|
||
|
apptype=FlipperAppType.EXTERNAL,
|
||
|
entry_point="air_mouse_app",
|
||
|
stack_size=10 * 1024,
|
||
|
fap_category="GPIO_Extra",
|
||
|
fap_icon="mouse_10px.png",
|
||
|
)
|