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>
8 lines
149 B
C
8 lines
149 B
C
#pragma once
|
|
|
|
#include <stddef.h>
|
|
|
|
#include <one_wire/one_wire_host.h>
|
|
|
|
bool tm2004_write(OneWireHost* host, const uint8_t* data, size_t data_size);
|