コード例 #1
0
 public void lowerLift() {
   liftValve2.set(Value.kReverse);
 }
コード例 #2
0
 public void raiseLift() {
   liftValve2.set(Value.kForward);
 }