mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
tip measurement
This commit is contained in:
6
source/Core/Drivers/crc16.hpp
Normal file
6
source/Core/Drivers/crc16.hpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef DRIVERS_CRC16_H_
|
||||
#define DRIVERS_CRC16_H_
|
||||
|
||||
unsigned int crc16(unsigned int crcValue, unsigned char newByte);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user