-
Notifications
You must be signed in to change notification settings - Fork 219
Closed
Description
I get a "RuntimeError: You must start() the PWM channel first" whenever I use two "contiguous" PWM pins. For example, If I want to use P9_29 and P9_31, which correspond to EHRPWM0A and EHRPWM0B (or P9_14 and P9_16), I can start them with PWM.start, and I can change the duty cycle of the first one without problems, but when I try to call PWM.set_duty_cycle on the second one, I get the aforementioned error.
Thanks in advance!
Metadata
Metadata
Assignees
Labels
No labels