khvjv
This commit is contained in:
@ -14,15 +14,12 @@ public class Pince extends SubsystemBase {
|
||||
private DoubleSolenoid pistonPince = new DoubleSolenoid(PneumaticsModuleType.CTREPCM,Constants.pistonpinceouvre, Constants.pistonpinceferme);
|
||||
/** Creates a new Pince. */
|
||||
public Pince() {
|
||||
|
||||
}
|
||||
public void fermer() {
|
||||
pistonPince.set(Value.kReverse);
|
||||
|
||||
}
|
||||
public void ouvrir() {
|
||||
pistonPince.set(Value.kForward);
|
||||
|
||||
}
|
||||
@Override
|
||||
public void periodic() {
|
||||
|
Reference in New Issue
Block a user