From f953d3bbc23a978d6bd0683371582c16eadc9daf Mon Sep 17 00:00:00 2001
From: zhyinch <zhyinch@gmail.com>
Date: 星期五, 26 三月 2021 11:14:06 +0800
Subject: [PATCH] 临时版本

---
 源码/核心板/Src/application/global_param.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/global_param.h" "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/global_param.h"
index c2cd41e..4f2aaac 100644
--- "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/global_param.h"
+++ "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/global_param.h"
@@ -46,6 +46,7 @@
 #define   MOTOR_ENABLE        0x1E
 #define   IMU_ENABLE          0x1F
 #define 	FILTER_COEFFICIENT  0x20
+#define 	SPEEDFILTER_THRES   0x24	//滤波参数
 #define 	WHITELIST1_START  	0x25
 #define 	WHITELIST1_END  		0x26
 #define 	SW_TYPE  						0x27

--
Gitblit v1.9.3