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
PwmOut is currently broken on the LPC11U68, LPC1549, and possibly other LPC targets using SCTs for PWM output. The period and pulsewidth are both off by 1, and the input clock is being scaled to 1MHz making high frequency output impossible. I'm currently investigating fixes for these issues.