Uses of Class
com.diozero.devices.BME68x.Data
-
Packages that use BME68x.Data Package Description com.diozero.devices Classes representing actual devices such as LEDs, Buttons as well as GPIO, devices that are connected via I2C, SPI and Serial interfaces. -
-
Uses of BME68x.Data in com.diozero.devices
Methods in com.diozero.devices that return BME68x.Data Modifier and Type Method Description BME68x.Data[]
BME68x. getSensorData()
Read the pressure, temperature and humidity and gas data from the sensor, compensates the data and store it in the bme68x_data structure instance passed by the user.BME68x.Data[]
BME68x. getSensorData(BME68x.OperatingMode operatingMode)
Read the pressure, temperature and humidity and gas data from the sensor, compensates the data and store it in the bme68x_data structure instance passed by the user.
-