Function tmc2209::crc[][src]

pub fn crc(data: &[u8]) -> u8
Expand description

Cyclic redundancy check.

Given all data of a datagram apart from the final CRC byte, return what the CRC byte should be.