We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ca284 commit 5ded6ffCopy full SHA for 5ded6ff
docs/en/migration_guides/2.x_to_3.0.rst
@@ -63,8 +63,10 @@ New APIs
63
********
64
65
* ``ledcAttach`` used to set up the LEDC pin (merged ``ledcSetup`` and ``ledcAttachPin`` functions).
66
-* ``timerGetFrequency`` used to get the actual frequency of the timer.
67
-* ``timerAttachInterruptArg`` used to attach the interrupt to a timer using arguments.
+* ``ledcOutputInvert`` used to attach the interrupt to a timer using arguments.
+* ``ledcFade`` used to set up and start a fade on a given LEDC pin.
68
+* ``ledcFadeWithInterrupt`` used to set up and start a fade on a given LEDC pin with an interrupt.
69
+* ``ledcFadeWithInterruptArg`` used to set up and start a fade on a given LEDC pin with an interrupt using arguments.
70
71
Changes in APIs
72
***************
0 commit comments