Skip to content

Commit 2f164c7

Browse files
bytifulP-R-O-C-H-Y
authored andcommitted
fixed the function header (#7674)
* fixed the function header * fixed function name and paramaters --------- Co-authored-by: Jan Procházka <[email protected]>
1 parent bf73a74 commit 2f164c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/source/api/sigmadelta.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This function is used to setup the SigmaDelta channel frequency and resolution.
2828

2929
.. code-block:: arduino
3030
31-
double ledcSetup(uint8_t channel, double freq, uint8_t resolution_bits);
31+
uint32_t sigmaDeltaSetup(uint8_t pin, uint8_t channel, uint32_t freq);
3232
3333
* ``pin`` select GPIO pin.
3434
* ``channel`` select SigmaDelta channel.

0 commit comments

Comments
 (0)