优化H桥PWM并增加平滑调光
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user