From 9b1cdedb33543cd3a5d3a88f0786311af3aeb08e Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期四, 15 八月 2024 13:50:30 +0800 Subject: [PATCH] 增加了闪灯逻辑以及gps解析逻辑以及添加了搜索模式逻辑等,并且为之前的chm5 未改为110k波特率,成功测距闪灯demo,加速度计未驱动有问题 --- uwb_MK8000_example_ss_twr_qiang_Anchor_gai/keil/uwb_simple_example.uvprojx | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/uwb_MK8000_example_ss_twr_qiang_Anchor_gai/keil/uwb_simple_example.uvprojx b/uwb_MK8000_example_ss_twr_qiang_Anchor_gai/keil/uwb_simple_example.uvprojx index e627092..bb31bf7 100644 --- a/uwb_MK8000_example_ss_twr_qiang_Anchor_gai/keil/uwb_simple_example.uvprojx +++ b/uwb_MK8000_example_ss_twr_qiang_Anchor_gai/keil/uwb_simple_example.uvprojx @@ -801,6 +801,31 @@ <FileType>1</FileType> <FilePath>.\dw_app_anchor.c</FilePath> </File> + <File> + <FileName>lis3dh_driver.c</FileName> + <FileType>1</FileType> + <FilePath>.\include\drivers\lis3dh_driver.c</FilePath> + </File> + <File> + <FileName>sn74hc595.c</FileName> + <FileType>1</FileType> + <FilePath>.\sn74hc595.c</FilePath> + </File> + <File> + <FileName>sn74hc595.h</FileName> + <FileType>5</FileType> + <FilePath>.\sn74hc595.h</FilePath> + </File> + <File> + <FileName>mk_4G.c</FileName> + <FileType>1</FileType> + <FilePath>.\mk_4G.c</FilePath> + </File> + <File> + <FileName>mk_4G.h</FileName> + <FileType>5</FileType> + <FilePath>.\mk_4G.h</FilePath> + </File> </Files> </Group> <Group> -- Gitblit v1.9.3