Willy-JL df82b07e5c Keep subtree's submodules locked to parent's defined commit 1 vuosi sitten
..
.gitsubtree df82b07e5c Keep subtree's submodules locked to parent's defined commit 1 vuosi sitten
README.md e242113f55 Add seader/plugin from https://gitlab.com/bettse/flipper-wiegand-plugin 1 vuosi sitten
interface.h 6d33a43ab5 Format 1 vuosi sitten
wiegand.c e242113f55 Add seader/plugin from https://gitlab.com/bettse/flipper-wiegand-plugin 1 vuosi sitten

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