#pragma once #include #include // Function to write Dallas protocol to TM01x bool tm01x_write_dallas(OneWireHost* host, const uint8_t* data, size_t data_size);