Example pwm_library, how to remove 230us delay before PWM starts?

Hello. I want to the use pwm_library example for setting a PWM on a GPIO. It works well except that the initial state of the GPIO is high for about 230us before the PWM starts. This would cause my electronics to blow up.

Is there any way to remove this 230us delay? Or at least make sure the GPIO is low during this time?

Best regards Niclas

Related