[][src]Function mraa_sys::mraa_uart_ow_crc8

pub unsafe extern "C" fn mraa_uart_ow_crc8(buffer: *mut u8, length: u16) -> u8

Perform a Dallas 1-wire compliant CRC8 computation on a buffer

@param buffer the buffer containing the data @param length the length of the buffer @return the computed CRC