优化H桥PWM并增加平滑调光

This commit is contained in:
2026-07-26 20:03:55 +08:00
parent d27b42a1f9
commit 56f2c18da4
174 changed files with 17943 additions and 17018 deletions
@@ -11,7 +11,8 @@
#include "RF433.h"
#include "ota_flash_interface.h"
#include "ota_protocol.h"
#include "pwm.h"
#include "pwm.h"
#include "light_transition.h"
/*********************************************************************************************************************/
void rwip_schedule(void);
@@ -21,7 +22,7 @@ TASK_COMPONENTS TaskComps[] =
{0, 100, 30, ble_message_process}, //蓝牙处理任务
{0, 0, 0, app_op_flash_on},
{0,1,1,choice_mode},
{0,1,1,set_mode},
{0,5,5,set_mode},
{0,1,1,Set_timing},
{0,100,100,scan_433},
{0, 100,3, Encoder_key},