unleashed-firmware/applications/plugins/temperature_sensor/application.fam
2022-10-21 00:03:57 +03:00

14 lines
329 B
Text

App(
appid="temperature_sensor",
name="[HTU21D] Temp Sensor",
apptype=FlipperAppType.EXTERNAL,
entry_point="temperature_sensor_app",
cdefines=["APP_TEMPERATURE_SENSOR"],
requires=[
"gui",
],
stack_size=2 * 1024,
order=90,
fap_icon="temperature_sensor.png",
fap_category="GPIO",
)