Willy-JL e242113f55 Add seader/plugin from https://gitlab.com/bettse/flipper-wiegand-plugin před 1 rokem
..
.gitsubtree e242113f55 Add seader/plugin from https://gitlab.com/bettse/flipper-wiegand-plugin před 1 rokem
README.md e242113f55 Add seader/plugin from https://gitlab.com/bettse/flipper-wiegand-plugin před 1 rokem
interface.h e242113f55 Add seader/plugin from https://gitlab.com/bettse/flipper-wiegand-plugin před 1 rokem
wiegand.c e242113f55 Add seader/plugin from https://gitlab.com/bettse/flipper-wiegand-plugin před 1 rokem

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"],
)