mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-25 22:11:29 +01:00
Update pca9685.rst (#3842)
Fix typo, adjust wording to be common ("defaults to" instead of "default")
This commit is contained in:
parent
aaba9e9745
commit
8c40a72d5f
@ -58,7 +58,7 @@ Configuration variables:
|
||||
|
||||
- **frequency** (*Optional*, float): The frequency to let the
|
||||
component drive all PWM outputs at. Must be in range from 24Hz to
|
||||
1525.88Hz. Default ``1000Hz``.
|
||||
1525.88Hz. Defaults to ``1000Hz``.
|
||||
- **external_clock_input** (*Optional*, bool): Enable external clock input. PRE_SCALE register will by set to 3. Default to ``false``.
|
||||
- **address** (*Optional*, int): The I²C address of the driver.
|
||||
Defaults to ``0x40``.
|
||||
@ -96,7 +96,7 @@ Configuration variables:
|
||||
************************
|
||||
|
||||
- **id** (**Required**, :ref:`config-id`): The id to use for this output component.
|
||||
- **channel** (**Required**, int): Chose the channel of the PCA9685 of
|
||||
- **channel** (**Required**, int): Choose the channel of the PCA9685 of
|
||||
this output component. Must be in range from 0 to 15.
|
||||
- **pca9685_id** (*Optional*, :ref:`config-id`): Manually specify the ID of the
|
||||
:ref:`PCA9685 hub <pca9685-component>`.
|
||||
|
Loading…
Reference in New Issue
Block a user