Inheritance
System.Object
PressureSensor
public class PressureSensor : Sensor
Properties
Atmospheric pressure in hPa (millibar).
Declaration
public AxisControl atmosphericPressure { get; }
Property Value
Declaration
public static PressureSensor current { get; }
Property Value
Methods
Declaration
protected override void FinishSetup(InputDeviceBuilder builder)
Parameters
Overrides
Declaration
public override void MakeCurrent()
Overrides
Declaration
protected override void OnRemoved()
Overrides
Extension Methods