how to set the duty cycle of a pwm? how to set the pwm frequency? what is that nrf_pwm_values_common_t in the pwm ?
how to set the duty cycle of a pwm? how to set the pwm frequency? what is that nrf_pwm_values_common_t in the pwm ?
static uint16_t /*const*/ seq_values[] =
{
0x8000,
0,
0x8000,
0,
0x8000,
0
};
why only 6 values what actually it represents? what actually seq_values represents? if i set the sequence value > top_value in pwm configuration waht will happen?
if i use common mode then is it sequence value range is 0-100?
thats fine but i need to know how to set the duty cycle and frequency in the pwm driver ?
thats fine but i need to know how to set the duty cycle and frequency in the pwm driver ?