Unverified Commit d054889b authored by bytiful's avatar bytiful Committed by GitHub

fixed the function header (#7674)

* fixed the function header

* fixed function name and paramaters

---------
Co-authored-by: default avatarJan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
parent e18f08ed
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment