You probably don't want PULSE.on(). Based on my reading of the documentation that sets the GPIO pin fully on (i.e. no PWM waveform).
Code:
Pulpin = 17PULSE= PWMOutputDevice(17, initial_value = 0.5, frequency = 800)
Statistics: Posted by ame — Tue Nov 26, 2024 5:57 am