lfrfid/em4100: added support for different bit rates

This commit is contained in:
Radek Pilar
2024-01-31 02:32:19 +01:00
committed by MX
parent 4573046df8
commit 6bfa591e92
4 changed files with 128 additions and 17 deletions

View File

@@ -1,4 +1,8 @@
#pragma once
#include <toolbox/protocols/protocol.h>
extern const ProtocolBase protocol_em4100;
extern const ProtocolBase protocol_em4100;
extern const ProtocolBase protocol_em4100_32;
extern const ProtocolBase protocol_em4100_16;