mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-12 20:59:50 +04:00
8 lines
235 B
C
8 lines
235 B
C
|
|
#include "ibutton_protocols.h"
|
||
|
|
#include "protocol_cyfral.h"
|
||
|
|
#include "protocol_metakom.h"
|
||
|
|
|
||
|
|
const ProtocolBase* ibutton_protocols[] = {
|
||
|
|
[iButtonProtocolCyfral] = &protocol_cyfral,
|
||
|
|
[iButtonProtocolMetakom] = &protocol_metakom,
|
||
|
|
};
|