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
How do you set the timers for PWM outputs when building custom CircuitPython boards?
I am getting an error at the moment about conflicting timers. However, everything should work fine using alternative timers on the SAMD21G (if it knows which to use).
All timers for this pin are in use.
This is running on a SAMD21G processor, native circuitpython through USB terminal session.