getGasHeaterProfile method

HeaterProfile getGasHeaterProfile()

Returns the gas sensor conversion profile.

Implementation

HeaterProfile getGasHeaterProfile() {
  return HeaterProfile.values[
      i2c.readByteReg(i2cAddress, configOdrRunGasNbcAddress) &
          nbconversionMask];
}