Fix default address in qmc5883l (#3764)

This commit is contained in:
tronikos 2024-07-17 03:42:30 -07:00 committed by GitHub
parent 15d6c5765a
commit b7f488fce2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,7 +44,7 @@ configuration for this sensor to work.
Configuration variables:
------------------------
- **address** (*Optional*, int): Manually specify the I²c address of the sensor. Defaults to ``0x1E``.
- **address** (*Optional*, int): Manually specify the I²c address of the sensor. Defaults to ``0x0D``.
- **field_strength_x** (*Optional*): The field strength in microtesla along the X-Axis. All options from
:ref:`Sensor <config-sensor>`.
- **field_strength_y** (*Optional*): The field strength in microtesla along the Y-Axis. All options from