Skip to main content

Class Bme68x.HeaterProfileConfiguration

The heater profile configuration saved on the device.

Assembly: Bme68x.dll
View Source
Declaration
public class Bme68x.HeaterProfileConfiguration

Properties

HeaterProfile

The chosen heater profile slot, ranging from 0-9

View Source
Declaration
public Bme68x.HeaterProfileType HeaterProfile { get; set; }

HeaterResistance

The heater resistance.

View Source
Declaration
public ushort HeaterResistance { get; set; }

HeaterDuration

The heater duration in the internally used format

View Source
Declaration
public TimeSpan HeaterDuration { get; set; }