Update pca9685.rst (#3842)

Fix typo, adjust wording to be common ("defaults to" instead of "default")
This commit is contained in:
Veli Veromann 2024-05-16 20:50:07 +03:00 committed by GitHub
parent aaba9e9745
commit 8c40a72d5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,7 +58,7 @@ Configuration variables:
- **frequency** (*Optional*, float): The frequency to let the - **frequency** (*Optional*, float): The frequency to let the
component drive all PWM outputs at. Must be in range from 24Hz to 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``. - **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. - **address** (*Optional*, int): The I²C address of the driver.
Defaults to ``0x40``. Defaults to ``0x40``.
@ -96,7 +96,7 @@ Configuration variables:
************************ ************************
- **id** (**Required**, :ref:`config-id`): The id to use for this output component. - **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. this output component. Must be in range from 0 to 15.
- **pca9685_id** (*Optional*, :ref:`config-id`): Manually specify the ID of the - **pca9685_id** (*Optional*, :ref:`config-id`): Manually specify the ID of the
:ref:`PCA9685 hub <pca9685-component>`. :ref:`PCA9685 hub <pca9685-component>`.