Adding everything necessary for the RollerIndexer, while all the Spindexer stuff intact
This commit is contained in:
@@ -12,8 +12,9 @@ import com.revrobotics.spark.SparkLowLevel.MotorType;
|
||||
import edu.wpi.first.wpilibj2.command.Command;
|
||||
import edu.wpi.first.wpilibj2.command.SubsystemBase;
|
||||
import frc.robot.constants.SpindexerConstants;
|
||||
import frc.robot.interfaces.IIndexer;
|
||||
|
||||
public class Spindexer extends SubsystemBase {
|
||||
public class Spindexer extends SubsystemBase implements IIndexer {
|
||||
private TalonFX spindexerMotor;
|
||||
|
||||
private SparkMax feederMotor;
|
||||
|
||||
Reference in New Issue
Block a user