Skip to content

Commit

Permalink
Fix config variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz committed Sep 5, 2024
1 parent baeacb6 commit 40d1441
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions components/sensor/bmp280.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,22 @@ Configuration variables:
See :ref:`Oversampling Options <bmp280-oversampling>`.
- All other options from :ref:`Sensor <config-sensor>`.

- **address** (*Optional*, int): Manually specify the I²C address of
the sensor. Defaults to ``0x77``. Another address can be ``0x76``.
- **iir_filter** (*Optional*): Set up an Infinite Impulse Response filter to increase accuracy. One of
``OFF``, ``2x``, ``4x``, ``16x``. Defaults to ``OFF``.
- **update_interval** (*Optional*, :ref:`config-time`): The interval to check the
sensor. Defaults to ``60s``.


I²C Configuration variables:

- **address** (*Optional*, int): Manually specify the I²C address of
the sensor. Defaults to ``0x77``. Another address can be ``0x76``.

SPI Configuration variables:

- **cs_pin** (*Optional*, :ref:`Pin Schema <config-pin_schema>`): The CS pin of the BMP280 sensor.


.. figure:: images/bmp280-full.jpg
:align: center
:width: 60.0%
Expand Down

0 comments on commit 40d1441

Please sign in to comment.