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