App( appid="wiegand_reader", name="Wiegand Reader", apptype=FlipperAppType.EXTERNAL, entry_point="wiegand_app", requires=["gui"], stack_size=2 * 1024, fap_icon="wiegand.png", fap_category="GPIO", fap_author="@jamisonderek", fap_weburl="https://github.com/jamisonderek/flipper-zero-tutorials/tree/main/gpio", fap_version="1.0", fap_description="This application can be used to test Wiegand readers and keypads", )