Skip to content

Commit 5ded6ff

Browse files
committed
docs(migration): Add new functions to the migration guide
1 parent c5ca284 commit 5ded6ff

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: docs/en/migration_guides/2.x_to_3.0.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,10 @@ New APIs
6363
********
6464

6565
* ``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.
66+
* ``ledcOutputInvert`` used to attach the interrupt to a timer using arguments.
67+
* ``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.
6870

6971
Changes in APIs
7072
***************

0 commit comments

Comments
 (0)