ANALOG:OUTP0:RAW to set the raw duty cycle value of the first PWM pin in array of pwm pins
API to reside in src/pwm
look for placeholders and TODO in scpi-def.c and pwm_utils.c
attention: template code has uint32_t for duty cycle, let's use a uint16_t, in line with pico pwm api
ANALOG:OUTP0:RAW to set the raw duty cycle value of the first PWM pin in array of pwm pins
API to reside in src/pwm look for placeholders and TODO in scpi-def.c and pwm_utils.c attention: template code has uint32_t for duty cycle, let's use a uint16_t, in line with pico pwm api
pwm_set_gpio_level(gpio, x)