Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d054889

Browse filesBrowse files
bytifulP-R-O-C-H-Y
andauthored
fixed the function header (espressif#7674)
* 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>
1 parent e18f08e commit d054889
Copy full SHA for d054889

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎docs/source/api/sigmadelta.rst

Copy file name to clipboardExpand all lines: docs/source/api/sigmadelta.rst
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.