1
mirror of https://github.com/flipperdevices/flipperzero-firmware.git synced 2025-12-13 05:19:50 +04:00
Files
flipperzero-firmware/lib/ibutton/protocols/blanks/tm01x.h

7 lines
159 B
C
Raw Normal View History

#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);