fix:修复调光时间BUG

解决调光时间一样的情况下,调光亮与调光灭的实际调光时间不一致问题
This commit is contained in:
caocong
2025-12-15 20:48:52 +08:00
commit 2dd675869a
41 changed files with 15313 additions and 0 deletions

6
Start_Init.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef START_INIT_H
#define START_INIT_H
void Start_Init(void);
void Timer2_Init_1ms(void);
#endif