crc7 — update the CRC7 for the data buffer
u8 crc7 (u8 crc, const u8 * buffer, size_t len);
u8 crc7
previous CRC7 value
data pointer
number of bytes in the buffer
any
Returns the updated CRC7 value.