1
mirror of https://github.com/flipperdevices/flipperzero-firmware.git synced 2025-12-12 20:59:50 +04:00
Files
flipperzero-firmware/lib/ibutton/protocols/blanks/tm01x.h
Leptopt1los f78a8328d1 tm01x dallas write support (#4230)
Co-authored-by: hedger <hedger@nanode.su>
2025-09-29 21:13:33 +04:00

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