Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
f592cf4e
Unverified
Commit
f592cf4e
authored
Nov 11, 2022
by
serg3295
Committed by
GitHub
Nov 10, 2022
Browse files
Fix ledc.md (#3557)
fixes ledc.channel:fade() syntax.
parent
e3883cd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/modules/ledc.md
View file @
f592cf4e
...
...
@@ -266,7 +266,7 @@ channel:fadewithstep(1000, 10, 10);
Set LEDC fade function.
#### Syntax
`channel:fade
withstep
(duty, direction, scale, cycleNum, stepNum [, wait])`
`channel:fade(duty, direction, scale, cycleNum, stepNum [, wait])`
#### Parameters
-
`duty`
Set the start of the gradient duty.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment