mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-28 03:59:58 -07:00
17 lines
407 B
Plaintext
17 lines
407 B
Plaintext
App(
|
|
appid="hc_sr04",
|
|
name="[HC-SR] Dist. Sensor",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="hc_sr04_app",
|
|
requires=[
|
|
"gui",
|
|
],
|
|
stack_size=2 * 1024,
|
|
order=20,
|
|
fap_icon="dist_sensor10px.png",
|
|
fap_category="GPIO",
|
|
fap_author="@xMasterX (first implementation by @Sanqui)",
|
|
fap_version="1.0",
|
|
fap_description="HC-SR(04) Distance sensor reader",
|
|
)
|