Skip to content

Symmetric PWM pins and dead time #2136

Answered by pschatzmann
gds3k3 asked this question in Q&A
Discussion options

You must be logged in to vote

I assume you are using an ESP32: I have added a DRAFT implementation for PWMComplementaryDriverESP32. You can use it as follows:

#include "AudioTools.h"
#include "AudioTools/CoreAudio/AudioPWM/PWMComplementaryDriverESP32.h"

PWMComplementaryDriverESP32 driver;
PWMAudioOutput out(driver);

Feel free to submit corrections if this is not working....

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@gds3k3
Comment options

Comment options

You must be logged in to vote
1 reply
@gds3k3
Comment options

Answer selected by pschatzmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants