Class BME680

    • Field Detail

      • DEVICE_ADDRESS

        public static final int DEVICE_ADDRESS
        Default I2C address for the sensor.
        See Also:
        Constant Field Values
    • Constructor Detail

      • BME680

        public BME680()
      • BME680

        public BME680​(int controller)
        Create a new BME680 sensor driver connected on the given bus.
        Parameters:
        controller - I2C bus the sensor is connected to.
      • BME680

        public BME680​(int controller,
                      int address)
        Create a new BME680 sensor driver connected on the given bus and address.
        Parameters:
        controller - I2C bus the sensor is connected to.
        address - I2C address of the sensor.