:orphan:

BME280
======

**From:** `Bosch <https://www.bosch-sensortec.com/en/products/environmental-sensors/humidity-sensors-bme280>`_

**Class:** :py:class:`herosdevices.hardware.bosch.bme.BME280`


**Driver Quality Index:** beta


.. admonition:: Requires the following packages 

   `pimoroni-bme280 <https://pypi.org/project/pimoroni-bme280>`_

BME280 Environmental Sensor via I2C.

.. tab-set:: 


   .. tab-item:: Arguments
   
   
      Bold arguments are mandatory. For more information on the listed arguments refer to the class             documentation: :py:class:`herosdevices.hardware.bosch.bme.BME280` If parameters appear in this             list but not in the class definition, please recursively check the linked base classes for the             definition of the parameter.
      
      
      .. list-table:: 
         :widths: 50 50 50 100
         :header-rows: 1
      
         * - Argument
           - Type
           - Default Value
           - Description
         * - bus_id
           - <class 'int'>
           - 1
           - I2C bus id (default 1).
      

   .. tab-item:: Example JSON for BOSS
   
      The following JSON strings can be used to start a HERO device representation of             :py:class:`BME280 <herosdevices.hardware.bosch.bme.BME280>` using             `BOSS <https://boss-eb4966.gitlab.io/>`_.
      
      
      .. code-block:: json
      
         {
             "_id": "my_BME280",
             "classname": "herosdevices.hardware.bosch.bme.BME280",
             "arguments": {
                 "bus_id": 1
             }
         }
      
      :sup:`generated from signature`
   .. tab-item:: Inheritance
   
   
      .. inheritance-diagram:: herosdevices.hardware.bosch.bme.BME280
      
