We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf73a74 commit 2f164c7Copy full SHA for 2f164c7
docs/source/api/sigmadelta.rst
@@ -28,7 +28,7 @@ This function is used to setup the SigmaDelta channel frequency and resolution.
28
29
.. code-block:: arduino
30
31
- double ledcSetup(uint8_t channel, double freq, uint8_t resolution_bits);
+ uint32_t sigmaDeltaSetup(uint8_t pin, uint8_t channel, uint32_t freq);
32
33
* ``pin`` select GPIO pin.
34
* ``channel`` select SigmaDelta channel.
0 commit comments