ServoRange Class

Maintains the range settings for a servo.

Definition

Namespace: RoboTx.Api
Assembly: RoboTx.Api (in RoboTx.Api.dll) Version: 1.0.0
C#
public class ServoRange
Inheritance
Object    ServoRange

Properties

LowerLimit Gets the angle lower limit set for the servo.
MaxAngle Gets the maximum physical angle of the servo.
UpperLimit Gets the angle upper limit set for the servo.

See Also