14 lines
307 B
Plaintext
Raw Normal View History

2023-02-23 12:26:41 -05:00
App(
appid="HC_SR04_Dist_Sensor",
name="[HC-SR] Dist. Sensor",
apptype=FlipperAppType.EXTERNAL,
entry_point="hc_sr04_app",
cdefines=["APP_HC_SR04"],
requires=[
"gui",
],
stack_size=2 * 1024,
order=20,
fap_icon="dist_sensor10px.png",
fap_category="GPIO",
)