Willy-JL e0b5fee942 Merge picopass/plugin from https://gitlab.com/bettse/flipper-wiegand-plugin hai 1 ano
..
.clang-format e0b5fee942 Merge picopass/plugin from https://gitlab.com/bettse/flipper-wiegand-plugin hai 1 ano
.gitsubtree 7ba6bade84 Add picopass/plugin from https://gitlab.com/bettse/flipper-wiegand-plugin hai 1 ano
README.md 7ba6bade84 Add picopass/plugin from https://gitlab.com/bettse/flipper-wiegand-plugin hai 1 ano
interface.h 7ba6bade84 Add picopass/plugin from https://gitlab.com/bettse/flipper-wiegand-plugin hai 1 ano
wiegand.c e0b5fee942 Merge picopass/plugin from https://gitlab.com/bettse/flipper-wiegand-plugin hai 1 ano

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