修改了can,添加了4个device

This commit is contained in:
2025-08-28 22:00:55 +08:00
parent d61dfa3634
commit 79f7671a9f
19 changed files with 1466 additions and 1 deletions

View File

@@ -107,4 +107,19 @@ devices:
description: "通用电机驱动"
files:
header: "motor.h"
source: "motor.c"
source: "motor.c"
ws2812:
name: "WS2812 LED 灯"
description: "WS2812 RGB LED 灯驱动"
dependencies:
bsp: ["pwm", "time"]
component: []
bsp_requirements:
- type: "pwm"
var_name: "BSP_PWM_WS2812"
description: "用于WS2812数据传输的PWM通道"
thread_signals: []
files:
header: "ws2812.h"
source: "ws2812.c"