mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 15:00:46 +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>
5 lines
120 B
C
5 lines
120 B
C
#pragma once
|
|
|
|
#include "../protocol_group_base.h"
|
|
|
|
extern const iButtonProtocolGroupBase ibutton_protocol_group_dallas;
|