mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-12 20:59:50 +04:00
11 lines
216 B
C
11 lines
216 B
C
|
|
#pragma once
|
||
|
|
#include "toolbox/protocols/protocol.h"
|
||
|
|
|
||
|
|
typedef enum {
|
||
|
|
iButtonProtocolCyfral,
|
||
|
|
iButtonProtocolMetakom,
|
||
|
|
|
||
|
|
iButtonProtocolMax,
|
||
|
|
} iButtonProtocol;
|
||
|
|
|
||
|
|
extern const ProtocolBase* ibutton_protocols[];
|