mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-10-11 09:12:32 +02: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);
|