Open
Description
Because the 1Khz pwm then period = 5000 , so I want the 10kHz pwm , and I set code as:
pwm_init(500,pwm_duty_init, 4, io_infos);
pwm_set_duty(10,0);
pwm_set_duty(500,1);
pwm_set_duty(51,2);
pwm_set_duty(102,3);
pwm_start();`
but show result : (is not 10Khz , please tell me how to set the 10kHz pwm )
Metadata
Assignees
Labels
No labels