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

12
app/by_motion.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef _BY_MOTION_H__
#define _BY_MOTION_H__
#include "at32f403a_407.h"
typedef struct motion_speed_type {
float v_x;
float v_y;
float v_w;
} motion_speed_type;
#endif