flipperzero-firmware/lib/lfrfid/protocols/protocol_gallagher.h
Sebastian Mauer 10b0a611cf
Add support for Gallagher tags (#1680)
* Add Gallagher protocol
2022-09-02 21:15:34 +10:00

4 lines
99 B
C

#pragma once
#include <toolbox/protocols/protocol.h>
extern const ProtocolBase protocol_gallagher;