mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2025-10-10 23:22:35 +02: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 */
|
|
};
|