File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,10 @@ New APIs
63
63
********
64
64
65
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.
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.
68
70
69
71
Changes in APIs
70
72
***************
You can’t perform that action at this time.
0 commit comments