mirror of
https://github.com/D4C1-Labs/Flipper-ARF.git
synced 2026-05-27 12:17:21 +00:00
9 lines
191 B
C
9 lines
191 B
C
#pragma once
|
|
#include <toolbox/protocols/protocol.h>
|
|
|
|
extern const ProtocolBase protocol_em4100;
|
|
|
|
extern const ProtocolBase protocol_em4100_32;
|
|
|
|
extern const ProtocolBase protocol_em4100_16;
|