Constants Accumulateur
This commit is contained in:
parent
6af5f4637e
commit
e39f421225
@ -5,12 +5,13 @@
|
||||
package frc.robot.subsystems;
|
||||
|
||||
import com.revrobotics.CANSparkMax;
|
||||
|
||||
import com.revrobotics.CANSparkMaxLowLevel.MotorType;
|
||||
|
||||
import edu.wpi.first.wpilibj2.command.SubsystemBase;
|
||||
import frc.robot.Constants;
|
||||
|
||||
public class Accumulateur extends SubsystemBase {
|
||||
private CANSparkMax moteuracc = new CANSparkMax(0, null);
|
||||
private CANSparkMax moteuracc = new CANSparkMax(Constants.accumulateur, MotorType.kBrushless);
|
||||
/** Creates a new Accumulateur. */
|
||||
public Accumulateur() {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user