Constants Accumulateur
This commit is contained in:
		| @@ -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() { | ||||
|      | ||||
|   | ||||
		Reference in New Issue
	
	Block a user