We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 316c021 commit 097f2abCopy full SHA for 097f2ab
docs/en/api/ledc.rst
@@ -68,7 +68,7 @@ This function is used to set duty for the LEDC pin.
68
69
.. code-block:: arduino
70
71
- void ledcWrite(uint8_t pin, uint32_t duty);
+ bool ledcWrite(uint8_t pin, uint32_t duty);
72
73
* ``pin`` select LEDC pin.
74
* ``duty`` select duty to be set for selected LEDC pin.
0 commit comments