You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A PWM with 128 steps has a maximum count of 127 (0/127 ... 127/127). Currently, a setting of 1/127 runs for 2 counts, i.e. the PWM is switched at pwm_count == 0, but only switched off at pwm_count == 2.