feat: 增加CRC-16校验(顺便添加了缺少的厂家设备驱动)
feat: 增加第三方模块 lwrb feat: 增加麦轮逆解部分 feat: 增加LOG输出格式
This commit is contained in:
8
project/inc/by_crc16.h
Normal file
8
project/inc/by_crc16.h
Normal 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
|
||||
Reference in New Issue
Block a user