Fix datasheet link for PCA9685 component (#2810)

The link for the PCA9685 pointed to LEDC Espressif documentation. Updated with the proper NXP datasheet URL.
This commit is contained in:
Alex Barcelo 2023-04-08 09:40:57 +02:00 committed by GitHub
parent 3fe59bf89a
commit 83ea93d625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ Component/Hub
-------------
The PCA9685 component represents a PCA9685 12-bit PWM driver
(`datasheet <https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/peripherals/ledc.html#configure-channel>`__,
(`datasheet <https://www.nxp.com/docs/en/data-sheet/PCA9685.pdf>`__,
`adafruit <https://www.adafruit.com/product/815>`__) in ESPHome. It
uses :ref:`I²C Bus <i2c>` for communication.