Skip to main content

Struct AngularServo.PulseAngle

Represents a mapping between an angle and a pulse width.

Assembly: Servos.dll
View Source
Declaration
public struct AngularServo.PulseAngle

Properties

PulseWidth

Gets or sets the pulse width corresponding to the angle.

View Source
Declaration
public TimePeriod PulseWidth { readonly get; set; }

Angle

Gets or sets the angle corresponding to the pulse width.

View Source
Declaration
public Angle Angle { readonly get; set; }