From e9628df331488a100bb4134469a3a0ce7f321625 Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期一, 16 十二月 2024 14:30:12 +0800 Subject: [PATCH] 灯初步调通,颜色和设置的值一样,串口改变复用从中断改为轮询 --- keil/uwb_simple_example.uvprojx | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/keil/uwb_simple_example.uvprojx b/keil/uwb_simple_example.uvprojx index ec1cfb6..fe57f07 100644 --- a/keil/uwb_simple_example.uvprojx +++ b/keil/uwb_simple_example.uvprojx @@ -750,6 +750,16 @@ <FileType>5</FileType> <FilePath>.\include\drivers\PCA9555.h</FilePath> </File> + <File> + <FileName>WS2812.c</FileName> + <FileType>1</FileType> + <FilePath>.\include\drivers\WS2812.c</FilePath> + </File> + <File> + <FileName>WS2812.h</FileName> + <FileType>5</FileType> + <FilePath>.\include\drivers\WS2812.h</FilePath> + </File> </Files> </Group> <Group> -- Gitblit v1.9.3