[FL-3168] Add one_wire lib to f18, separate ibutton (#2509)
* 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>
This commit is contained in:
9
lib/ibutton/ibutton_key_i.h
Normal file
9
lib/ibutton/ibutton_key_i.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "ibutton_key.h"
|
||||
|
||||
#include "protocols/protocol_common_i.h"
|
||||
|
||||
iButtonProtocolData* ibutton_key_get_protocol_data(const iButtonKey* key);
|
||||
|
||||
size_t ibutton_key_get_protocol_data_size(const iButtonKey* key);
|
||||
Reference in New Issue
Block a user