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
public class AnalogJoystick.JoystickCalibration
Properties
HorizontalCenter
Voltage at horizontal center
View Source
public Voltage HorizontalCenter { get; protected set; }
HorizontalMin
Voltage at minimum horizontal position
View Source
public Voltage HorizontalMin { get; protected set; }
HorizontalMax
Voltage at maximum horizontal position
View Source
public Voltage HorizontalMax { get; protected set; }
VerticalCenter
Voltage at vertical center
View Source
public Voltage VerticalCenter { get; protected set; }
VerticalMin
Voltage at vertical minimum position
View Source
public Voltage VerticalMin { get; protected set; }
VerticalMax
Voltage at vertical maximum position
View Source
public Voltage VerticalMax { get; protected set; }
DeadZone
Voltage range of center deadzone
View Source
public Voltage DeadZone { get; protected set; }