Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/components/output/ledc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bit depth which means the output is not that accurate for frequencies above ~300

## Configuration variables

- **pin** (**Required**, [Pin](/guides/configuration-types#pin)): The pin to use LEDC on. Can only be GPIO0-GPIO33.
- **pin** (**Required**, [Pin](/guides/configuration-types#pin)): Must be an output pin.
- **id** (**Required**, [ID](/guides/configuration-types#id)): The id to use for this output component.
- **frequency** (*Optional*, frequency): At which frequency to run the LEDC
channel's timer. Defaults to `1kHz`.
Expand Down