Sen descrición

Eric Betts dde6192486 Add H10302, fix H10304 hai 1 ano
.clang-format 5e2e8b25d2 clang-format hai 1 ano
README.md c2dc739575 Update readme hai 1 ano
interface.h 4353973354 Add code hai 1 ano
wiegand.c dde6192486 Add H10302, fix H10304 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"],
)