Files
IronOS/source/Core/Drivers/crc16.hpp
2022-06-20 20:23:11 +10:00

6 lines
124 B
C++

#ifndef DRIVERS_CRC16_H_
#define DRIVERS_CRC16_H_
unsigned int crc16(unsigned int crcValue, unsigned char newByte);
#endif