Function esp_idf_hal::rom::crc::crc8_le
source ยท pub fn crc8_le(crc: u8, buf: &[u8]) -> u8
Expand description
Right-shifting CRC-8 with polynomial 0x07
pub fn crc8_le(crc: u8, buf: &[u8]) -> u8
Right-shifting CRC-8 with polynomial 0x07