添加RGB灯

This commit is contained in:
OPTOC
2025-08-20 11:31:55 +08:00
parent c704bbd24b
commit 0853287c7c
9 changed files with 426 additions and 2 deletions

View File

@@ -30,6 +30,9 @@ list(APPEND srcs "utils/sb_aes.c")
list(APPEND srcs "drivers/sertrf/sertrf.c")
list(APPEND srcs "drivers/sertrf/device.c")
list(APPEND srcs "drivers/led_strip/led_strip.c")
list(APPEND srcs "drivers/led_strip/led_strip_encoder.c")
if(CONFIG_BUILD_BLE)
list(APPEND srcs "drivers/data_port/ble_spp/ble_spp_server.c")
list(APPEND srcs "drivers/data_port/ble_spp/ble_spp_server_shell.c")