[][src]Function tmc2209::crc

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

Cyclic redundancy check.

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