unleashed-firmware/applications/plugins/am2320_temp_sensor/application.fam
2022-11-02 22:18:08 +03:00

15 lines
330 B
Plaintext

App(
appid="am2320_temp_sensor",
name="[AM2320] 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",
)