From 87fe2ff0a507923acf3bb416737cafdfb52f0c6d Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期二, 13 四月 2021 14:29:54 +0800 Subject: [PATCH] V1.45 负数不输出 --- 源码/核心板/Src/application/global_param.h | 3 ++- 1 files changed, 2 insertions(+), 1 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..4b7f7db 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 @@ -65,6 +66,6 @@ extern uint32_t save_com_map_to_flash(void); extern void parameter_init(void); - +void FactorySettings(void); #endif -- Gitblit v1.9.3