mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 12:42:30 +04:00
11 lines
327 B
C
11 lines
327 B
C
#include "protocol_group_misc_defs.h"
|
|
|
|
#include "protocol_cyfral.h"
|
|
#include "protocol_metakom.h"
|
|
|
|
const ProtocolBase* const ibutton_protocols_misc[] = {
|
|
[iButtonProtocolMiscCyfral] = &ibutton_protocol_misc_cyfral,
|
|
[iButtonProtocolMiscMetakom] = &ibutton_protocol_misc_metakom,
|
|
/* Add new misc protocols here */
|
|
};
|