перенес все файлы Димы в пересобраный проект

This commit is contained in:
2025-08-22 17:31:23 +03:00
parent 120ec1cd90
commit d6c3e5d7be
44 changed files with 8282 additions and 5259 deletions

10
Core/Inc/crc16.h Normal file
View File

@@ -0,0 +1,10 @@
#include "stdint.h"
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(uint16_t *buf, int size );