Skip to main content

Class AnalogJoystick.JoystickCalibration

Calibration class for new sensor types. This allows new sensors to be used with this class.

Assembly: Meadow.Foundation.dll
View Source
Declaration
public class AnalogJoystick.JoystickCalibration

Properties

HorizontalCenter

Voltage at horizontal center

View Source
Declaration
public Voltage HorizontalCenter { get; protected set; }

HorizontalMin

Voltage at minimum horizontal position

View Source
Declaration
public Voltage HorizontalMin { get; protected set; }

HorizontalMax

Voltage at maximum horizontal position

View Source
Declaration
public Voltage HorizontalMax { get; protected set; }

VerticalCenter

Voltage at vertical center

View Source
Declaration
public Voltage VerticalCenter { get; protected set; }

VerticalMin

Voltage at vertical minimum position

View Source
Declaration
public Voltage VerticalMin { get; protected set; }

VerticalMax

Voltage at vertical maximum position

View Source
Declaration
public Voltage VerticalMax { get; protected set; }

DeadZone

Voltage range of center deadzone

View Source
Declaration
public Voltage DeadZone { get; protected set; }