You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LEDC_CHAN(group, channel).conf0.sig_out_en=0;//This is the output enable control bit for channel
168
168
LEDC_CHAN(group, channel).conf1.duty_start=0;//When duty_num duty_cycle and duty_scale has been configured. these register won't take effect until set duty_start. this bit is automatically cleared by hardware.
LEDC_CHAN(group, channel).conf0.sig_out_en=1;//This is the output enable control bit for channel
197
197
LEDC_CHAN(group, channel).conf1.duty_start=1;//When duty_num duty_cycle and duty_scale has been configured. these register won't take effect until set duty_start. this bit is automatically cleared by hardware.
LEDC_CHAN(group, channel).conf0.sig_out_en=0;//This is the output enable control bit for channel
205
205
LEDC_CHAN(group, channel).conf1.duty_start=0;//When duty_num duty_cycle and duty_scale has been configured. these register won't take effect until set duty_start. this bit is automatically cleared by hardware.
0 commit comments