mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
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 |