This commit is contained in:
2026-07-22 13:16:10 +03:00
parent 08ad7f28b3
commit 6fa464e3f8
121 changed files with 26546 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
typedef unsigned short WORD;
typedef unsigned char byte;
unsigned int get_crc_ccitt(unsigned int crc, unsigned int *buf, unsigned long size );
unsigned int get_crc_16(unsigned int crc,unsigned int *buf,unsigned long size );
unsigned int get_crc_16b(unsigned int crc,unsigned int *buf,unsigned long size );
int get_crc16(unsigned int *buf, int size );