Replies: 2 comments 1 reply
-
Aha I just had to change to version 2.0.0. Thank you for the wonderful library! *Edit: I have noticed that phase control does not work properly with analogWrite(pin, duty, 17000, 8, 0). The duty cycles appear a bit low and the phase is offset a great deal. I suppose this is unsurprising given that 17 KHz is well above the tested range. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Major revision 3.0.0 released.
|
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
-
Will this library run on esp32 version 2.03? The example analogWriteTest sketch fails to initialize ledC and the Fade sketch doesn't compile. (version 2.03 contains its own analogWrite() fx which causes ambiguity in the overloaded fxs called in Fade)
Beta Was this translation helpful? Give feedback.
All reactions