Skip to content

Commit

Permalink
fixed the function header (#7674)
Browse files Browse the repository at this point in the history
* fixed the function header

* fixed function name and paramaters

---------

Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
  • Loading branch information
bytiful and P-R-O-C-H-Y authored Feb 6, 2023
1 parent e18f08e commit d054889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/api/sigmadelta.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This function is used to setup the SigmaDelta channel frequency and resolution.

.. code-block:: arduino
double ledcSetup(uint8_t channel, double freq, uint8_t resolution_bits);
uint32_t sigmaDeltaSetup(uint8_t pin, uint8_t channel, uint32_t freq);
* ``pin`` select GPIO pin.
* ``channel`` select SigmaDelta channel.
Expand Down

0 comments on commit d054889

Please sign in to comment.