This repository was archived by the owner on Feb 4, 2023. It is now read-only.
Replies: 2 comments 1 reply
-
HI @tinkerbug I've modified the library to enable push-pull mode as in your question. Please reply if this is what you'd like? Anything else you need to have ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi @tinkerbug The RP2040_PWM v1.7.0 has just been published to add the new Please don't hesitate to post issue or even discussion, to request enhancement, new features, etc Best Regards, Releases v1.7.0
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to set the output of two PWM channels to have opposite polarity? The Pico hardware PWM library has a method pwm_set_output_polarity that allows you set one channel to always be off while the other is on and vice versa. I am looking to create an alternating current for wireless power transfer and need the two channels to be always opposite. I am hoping to use Arduino for compatibility with other libraries, though I tested the Pico option and it does work.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions