You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
zhaohe ccc64156e2 update 3 years ago
Core v1.1开机点亮指示灯 4 years ago
Drivers initial project 4 years ago
MDK-ARM update 3 years ago
dep v1.0 4 years ago
markdown.assets/README.assets update 3 years ago
release update 3 years ago
src V1.3 4 years ago
.clang-format initial project 4 years ago
.gitignore v1.0 4 years ago
.gitmodules update submodule 4 years ago
.mxproject v1.1开机点亮指示灯 4 years ago
FilterBox.ioc v1.1开机点亮指示灯 4 years ago
README.md update 3 years ago

README.md

FilterBox AT指令说明

image-20220426110424996

一.RELEASE

    //版本号在fucntion:app_main修改
    v1.1
        开机点亮绿色指示灯
    v1.2
        修复串口无法偶尔无效的bug
    v1.3
        修改部分打印信息

filterBox_stm32f103_v1.3.zip

二.指令

2.1调整消抖延时

设置指令

AT+FILTER_TIME_MS=10

查询指令

AT+FILTER_TIME_MS?

2.2调整输入输出是否镜像

设置指令

AT+IO_MIRROR=0
AT+IO_MIRROR=1

查询指令

AT+IO_MIRROR?

2.3保存配置到FLASH中

AT+SAVE