tried to fix weirdness with italics in bit width and measurement rate lines

This commit is contained in:
Aodren Auffrédou-Heinicke 2024-05-08 21:20:54 -07:00
parent 2699a49036
commit aee9d3c951
1 changed files with 3 additions and 3 deletions

View File

@ -42,17 +42,17 @@ The ``apds9306`` sensor allows you to use your :doc:`apds9306` to perform ambien
- **name** (**Required**, string): The name for the sensor.
- **address** (*Optional*, int): The I²C address of the sensor. Should be ``0x52`` according to datasheet ("Contact factory for other addressing options").
- **gain** (*Optional*, int): The gain of the ambient light sensor. One of 1, 3, 6, 9, 18. Defaults to ``1``.
- **bit\_width** (*Optional*, int): The bit width/resolution of the ambient light sensor. One of
- **bit\_width** (*Optional*, int): The bit width/resolution of the ambient light sensor. One of:
- 20 - takes 400ms
- 19 - takes 200ms
- 18 - takes 100ms (``default``)
- 17 - takes 50ms
- 16 - takes 25ms
- 13 - takes 3.125ms
- **measurement\_rate** (*Optional*, int): The measurement rate of the ambient light sensor. One of
- **measurement\_rate** (*Optional*, int): The measurement rate of the ambient light sensor. One of:
- 25ms
- 50ms
- 100ms (``default``)
- 100ms (``default``);
- 200ms
- 500ms
- 1000ms