From 083ca82eb09340e71de8694fbb5bae9b99489b38 Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期一, 21 六月 2021 17:01:45 +0800 Subject: [PATCH] 67 功率 --- 源码/核心板/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