mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
8 lines
205 B
C
8 lines
205 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <core/kernel.h>
|
||
|
|
#include <one_wire/one_wire_host.h>
|
||
|
|
|
||
|
|
// Function to write Dallas protocol to TM01x
|
||
|
|
bool tm01x_write_dallas(OneWireHost* host, const uint8_t* data, size_t data_size);
|