6 lines
124 B
C++
6 lines
124 B
C++
#ifndef DRIVERS_CRC16_H_
|
|
#define DRIVERS_CRC16_H_
|
|
|
|
unsigned int crc16(unsigned int crcValue, unsigned char newByte);
|
|
|
|
#endif |