mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 13:03:13 +00:00
0917494a80
* Separate ibutton to its own module, add one_wire to f18 * Move onewire cli to a separate app Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
4 lines
110 B
C
4 lines
110 B
C
#pragma once
|
|
#include "toolbox/protocols/protocol.h"
|
|
|
|
extern const ProtocolBase ibutton_protocol_misc_cyfral;
|