From 41776246aed24b42e1d05da230f6f114e02c87b6 Mon Sep 17 00:00:00 2001 From: guanjiao <sqrgj@163.com> Date: 星期日, 27 五月 2018 17:39:52 +0800 Subject: [PATCH] 增加低通滤波与渐进报警功能 --- 源码/核心板/MDK-ARM/Project.uvprojx | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/MDK-ARM/Project.uvprojx" "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/MDK-ARM/Project.uvprojx" index f4e9835..19b8feb 100644 --- "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/MDK-ARM/Project.uvprojx" +++ "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/MDK-ARM/Project.uvprojx" @@ -11,7 +11,6 @@ <ToolsetNumber>0x4</ToolsetNumber> <ToolsetName>ARM-ADS</ToolsetName> <pCCUsed>5060422::V5.06 update 4 (build 422)::ARMCC</pCCUsed> - <uAC6>0</uAC6> <TargetOption> <TargetCommonOption> <Device>STM32F103T8</Device> @@ -336,7 +335,7 @@ <MiscControls></MiscControls> <Define>USE_STDPERIPH_DRIVER,__CC_ARM</Define> <Undefine></Undefine> - <IncludePath>..\Src\Libraries\CMSIS\CM3\CoreSupport;..\Src\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x;..\Src\Libraries\STM32F10x_StdPeriph_Driver\inc;..\Src\decadriver;..\Src\platform;..\Src;..\Src\OnChipDevices;..\Src\ExternalDevices;..\Src\application</IncludePath> + <IncludePath>..\Src\Libraries\CMSIS\CM3\CoreSupport;..\Src\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x;..\Src\Libraries\STM32F10x_StdPeriph_Driver\inc;..\Src\decadriver;..\Src\platform;..\Src;..\Src\OnChipDevices;..\Src\ExternalDevices;..\Src\application;..\Src\algorithm</IncludePath> </VariousControls> </Cads> <Aads> @@ -403,6 +402,16 @@ </Files> </Group> <Group> + <GroupName>algorithm</GroupName> + <Files> + <File> + <FileName>filters.c</FileName> + <FileType>1</FileType> + <FilePath>..\Src\algorithm\filters.c</FilePath> + </File> + </Files> + </Group> + <Group> <GroupName>decadriver</GroupName> <Files> <File> -- Gitblit v1.9.3