Package frclib.motor

Class FrcMotorActuator

java.lang.Object
frclib.motor.FrcMotorActuator

public class FrcMotorActuator extends Object
This class creates an FRC platform specific motor with the specified parameters.
  • Constructor Details

    • FrcMotorActuator

      public FrcMotorActuator(FrcMotorActuator.Params params)
      Constructor: Create an instance of the object.
      Parameters:
      params - specifies the motor parameters.
  • Method Details

    • getMotor

      public TrcMotor getMotor()
      This method returns the created primary motor.
      Returns:
      primary motor.