mirror of
https://github.com/Team4388/2024AcrossTheRidgebotiverse.git
synced 2026-06-09 00:38:02 -06:00
Shooter and Intake boiler code (im geekin)
This commit is contained in:
@@ -14,9 +14,9 @@ import frc4388.robot.Constants.IntakeConstants;
|
||||
|
||||
public class Intake extends SubsystemBase {
|
||||
/** Creates a new Intake. */
|
||||
private Spark intakeMotor;
|
||||
private Spark pivot;
|
||||
public Intake(Spark intakeMotor, Spark pivot) {
|
||||
private CANSparkMax intakeMotor;
|
||||
private CANSparkMax pivot;
|
||||
public Intake(CANSparkMax intakeMotor, CANSparkMax pivot) {
|
||||
this.intakeMotor = intakeMotor;
|
||||
this.pivot = pivot;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user