formatting changes

This commit is contained in:
Aodren Auffrédou-Heinicke 2024-05-08 19:31:18 -07:00
parent cf76c5e1d5
commit 337cb7df0e
1 changed files with 12 additions and 12 deletions

View File

@ -35,19 +35,19 @@ Base configuration:
- **update_interval** (*Optional*, :ref:`config-time`): The interval at which the sensor reading will be updated. Defaults to ``60s``.
- **gain** (*Optional*, int): The gain of the ambiant light sensor. One of 1, 3, 6, 9, 18. Defaults to ``1``.
- **bit_width** (*Optional*, int): The bit width/resolution of the ambiant light sensor. One of
20 - 400ms
19 - 200ms
18 - 100ms (``default``)
17 - 50ms
16 - 25ms
13 - 3.125ms
- 20 - 400ms
- 19 - 200ms
- 18 - 100ms (``default``)
- 17 - 50ms
- 16 - 25ms
- 13 - 3.125ms
- **measurement_rate** (*Optional*, int): The measurement rate of the ambiant light sensor. One of
25ms
50ms
100ms (``default``)
200ms
500ms
1000ms
- 25ms
- 50ms
- 100ms (``default``)
- 200ms
- 500ms
- 1000ms
Sensor
------