application.fam 415 B

12345678910111213141516
  1. App(
  2. appid="hc_sr04",
  3. name="[HC-SR] Dist. Sensor",
  4. apptype=FlipperAppType.EXTERNAL,
  5. entry_point="hc_sr04_app",
  6. requires=[
  7. "gui",
  8. ],
  9. stack_size=2 * 1024,
  10. order=20,
  11. fap_icon="dist_sensor10px.png",
  12. fap_category="GPIO/Sensors",
  13. fap_author="@xMasterX (first implementation by @Sanqui)",
  14. fap_version="1.1",
  15. fap_description="HC-SR(04) Distance sensor reader",
  16. )