Package frclib.motor
Class FrcServoActuator
java.lang.Object
frclib.motor.FrcServoActuator
This class creates an FRC platform specific servo with the specified parameters.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
This class contains all the parameters for creating the servo. -
Constructor Summary
ConstructorsConstructorDescriptionConstructor: Create an instance of the object. -
Method Summary
-
Constructor Details
-
FrcServoActuator
Constructor: Create an instance of the object.- Parameters:
params
- specifies the parameters to set up the actuator servo.
-
-
Method Details
-
getServo
This method returns the created primary servo.- Returns:
- primary servo.
-