mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-13 00:07:12 +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>
6 lines
118 B
C
6 lines
118 B
C
#pragma once
|
|
|
|
#include "protocol_common.h"
|
|
|
|
typedef void iButtonProtocolData;
|
|
typedef int32_t iButtonProtocolLocalId;
|