Class Bme68x.HeaterProfileConfiguration
The heater profile configuration saved on the device.
Assembly: Bme68x.dll
View Source
public class Bme68x.HeaterProfileConfiguration
Properties
HeaterProfile
The chosen heater profile slot, ranging from 0-9
View Source
public Bme68x.HeaterProfileType HeaterProfile { get; set; }
HeaterResistance
The heater resistance.
View Source
public ushort HeaterResistance { get; set; }
HeaterDuration
The heater duration in the internally used format
View Source
public TimeSpan HeaterDuration { get; set; }