Gary

Results 2 comments of Gary

Thanks @mariusmotea for the suggestion! Works perfectly 👍 I only had to change > ``` > + pwm.change_frequency(speed) > ``` to `pwm.change_duty_cycle(speed)`

Did you build w/ `ENABLE_PRELOAD=1` (which seems to be required when using `ENABLE_OVERRIDE=1`)?