Function flipperzero_sys::onewire_host_write_bytes
source · pub unsafe extern "C" fn onewire_host_write_bytes(
host: *mut OneWireHost,
buffer: *const u8,
count: u16
)Expand description
Write one or more bytes
Arguments
[in]- host pointer to OneWireHost instance[in]- buffer pointer to the data to write[in]- count size of the data to write