Inertial commit
This commit is contained in:
9
helper/crc_ccitt.h
Normal file
9
helper/crc_ccitt.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef CRC_CCITT_H_
|
||||
#define CRC_CCITT_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
uint16_t Calculate_CRC(uint8_t const input[], uint32_t length);
|
||||
|
||||
|
||||
#endif /* CRC_H_ */
|
||||
Reference in New Issue
Block a user