Compare commits
No commits in common. "7be1b69ece5663cad7751a8ddf2bbdbc8e26af30" and "8a7f10ec64ca0d3641836a27745a1b8dcc56a8a9" have entirely different histories.
7be1b69ece
...
8a7f10ec64
@ -14,8 +14,8 @@ import edu.wpi.first.wpilibj2.command.SubsystemBase;
|
||||
public class Grimpeur extends SubsystemBase {
|
||||
/** Creates a new Grimpeur. */
|
||||
public Grimpeur() {}
|
||||
final SparkMax grimpeur = new SparkMax(1,MotorType.kBrushless);
|
||||
final DigitalInput limit1 = new DigitalInput(3);
|
||||
final SparkMax grimpeur = new SparkMax(10,MotorType.kBrushless);
|
||||
final DigitalInput limit1 = new DigitalInput(2);
|
||||
public void grimpe(double vitesse){
|
||||
grimpeur.set(vitesse);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user