Switch carouselWheel to use x and a instead of x and b

This commit is contained in:
2021-12-10 23:41:01 -06:00
parent 06c5ede690
commit 74486ced09

View File

@@ -91,7 +91,7 @@ public class TeleOpState extends CyberarmState {
if (engine.gamepad2.x){
robot.carouselWheel.setPower(1);
}
else if (engine.gamepad2.b){
else if (engine.gamepad2.a){
robot.carouselWheel.setPower(-1);
}
else {