Нет описания

Eric Betts 30d5c440e6 Correct H10301 parity check 1 год назад
README.md c2dc739575 Update readme 1 год назад
interface.h 4353973354 Add code 1 год назад
wiegand.c 30d5c440e6 Correct H10301 parity check 1 год назад

README.md

Flipper zero wiegand plugin

Add as git submodule: git submodule add https://gitlab.com/bettse/flipper-wiegand-plugin.git plugin

Add to your application.fam

App(
    appid="plugin_wiegand",
    apptype=FlipperAppType.PLUGIN,
    entry_point="plugin_wiegand_ep",
    requires=["seader"],
    sources=["plugin/wiegand.c"],
)