pub fn crc8_le(crc: u8, buf: &[u8]) -> u8
Available on crate feature
unstable
only.Expand description
Right-shifting CRC-8 with polynomial 0x07
pub fn crc8_le(crc: u8, buf: &[u8]) -> u8
unstable
only.Right-shifting CRC-8 with polynomial 0x07