mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-12 12:51:22 +04:00
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);
|