Package com.diozero.devices
Class BME68x.Data
- java.lang.Object
-
- com.diozero.devices.BME68x.Data
-
-
Constructor Summary
Constructors Constructor Description Data()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getGasMeasurementIndex()
float
getGasResistance()
short
getGasWait()
short
getHeaterResistance()
float
getHumidity()
float
getIdacHeatMA()
short
getIdacHeatRegVal()
int
getMeasureIndex()
float
getPressure()
float
getTemperature()
boolean
isGasMeasurementValid()
boolean
isHeaterTempStable()
boolean
isNewData()
String
toString()
-
-
-
Method Detail
-
isNewData
public boolean isNewData()
-
isHeaterTempStable
public boolean isHeaterTempStable()
-
isGasMeasurementValid
public boolean isGasMeasurementValid()
-
getGasMeasurementIndex
public int getGasMeasurementIndex()
-
getMeasureIndex
public int getMeasureIndex()
-
getTemperature
public float getTemperature()
-
getPressure
public float getPressure()
-
getHumidity
public float getHumidity()
-
getGasResistance
public float getGasResistance()
-
getIdacHeatRegVal
public short getIdacHeatRegVal()
-
getIdacHeatMA
public float getIdacHeatMA()
-
getHeaterResistance
public short getHeaterResistance()
-
getGasWait
public short getGasWait()
-
-