flipperzero-firmware/lib/lfrfid/protocols/protocol_pac_stanley.h
Sebastian Mauer 1350dcaf63
Add support for PAC/Stanley tags (#1648)
* Add support for PAC/Stanley tags
* Address review comments
2022-08-30 01:04:17 +10:00

4 lines
101 B
C

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