feat: 增加CRC-16校验(顺便添加了缺少的厂家设备驱动)

feat: 增加第三方模块 lwrb
feat: 增加麦轮逆解部分
feat: 增加LOG输出格式
This commit is contained in:
bmy
2024-04-22 11:34:39 +08:00
parent af1b9dc867
commit 838c8bb81e
44 changed files with 15100 additions and 516 deletions

8
project/inc/by_crc16.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef _BY_CRC16_H_
#define _BY_CRC16_H_
#include "at32f403a_407.h"
uint16_t by_crc16_calculate(void *pbuffer, uint32_t length);
#endif