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

15 lines
336 B
Text
Raw Normal View History

2022-10-20 20:51:13 +00:00
App(
2022-11-02 19:18:08 +00:00
appid="am2320_temp_sensor",
name="[AM2320] Temp. Sensor",
2022-10-20 20:51:13 +00:00
apptype=FlipperAppType.EXTERNAL,
2022-11-02 21:53:28 +00:00
entry_point="am_temperature_sensor_app",
cdefines=["APP_AM_TEMPERATURE_SENSOR"],
2022-10-20 20:51:13 +00:00
requires=[
"gui",
],
stack_size=2 * 1024,
order=90,
fap_icon="temperature_sensor.png",
fap_category="GPIO",
)