mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-31 17:53:34 -07:00
f78a8328d1
Co-authored-by: hedger <hedger@nanode.su>
7 lines
159 B
C
7 lines
159 B
C
#pragma once
|
|
|
|
#include <core/kernel.h>
|
|
#include <one_wire/one_wire_host.h>
|
|
|
|
bool tm01x_write_dallas(OneWireHost* host, const uint8_t* data, size_t data_size);
|