We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1211caf commit c61436aCopy full SHA for c61436a
docs/en/api/ledc.rst
@@ -26,8 +26,8 @@ Arduino-ESP32 LEDC API
26
ledcSetCLockSource
27
******************
28
29
-This function is used to set the LEDC peripheral clock source. The default clock source is XTAL clock (``LEDC_USE_XTAL_CLK``) if supported by the SoC,
30
-otherwise it is AUTO clock (``LEDC_AUTO_CLK``).
+This function is used to set the LEDC peripheral clock source. Must be called before any LEDC channel is used.
+The default clock source is XTAL clock (``LEDC_USE_XTAL_CLK``) if supported by the SoC, otherwise it is AUTO clock (``LEDC_AUTO_CLK``).
31
32
.. code-block:: arduino
33
0 commit comments