unleashed-firmware/applications/plugins/htu21d_temp_sensor/application.fam

15 lines
329 B
Text
Raw Normal View History

2022-10-20 20:51:13 +00:00
App(
appid="temperature_sensor",
name="[HTU/+] Temp. Sensor",
2022-10-20 20:51:13 +00:00
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",
)