ref: 06eb848b99587ef882c121a5a65d2082e3b88aeb dir: /crc.h/
void CRC_Init(unsigned short *crcvalue); void CRC_ProcessByte(unsigned short *crcvalue, byte data); unsigned short CRC_Value(unsigned short crcvalue);