增加了部分led的支持

This commit is contained in:
NeoZng
2023-02-14 11:05:41 +08:00
parent 8fa03012cf
commit b0fcab53ad
7 changed files with 81 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ typedef struct
uint32_t channel; // 通道
uint32_t period; // 周期
uint32_t pulse; // 脉宽
void (*callback)(struct pwm_ins_temp *); // DMA传输完成回调函数
void (*callback)(PWMInstance*); // DMA传输完成回调函数
void *id; // 实例ID
} PWM_Init_Config_s;