Update 'main.c'
This commit is contained in:
parent
092a2cbbe3
commit
66a676688e
6
main.c
6
main.c
@ -111,13 +111,13 @@ void joystickDrive() {
|
||||
|
||||
void buttonChecks() {
|
||||
if (vexRT[Btn5U] == 1) {
|
||||
motor[bintake] = MAX_SPEED;
|
||||
ballIn();
|
||||
}
|
||||
else if (vexRT[Btn5D] == 1) {
|
||||
motor[bintake] = -MAX_SPEED;
|
||||
flipOn();
|
||||
}
|
||||
else {
|
||||
motor[bintake] = STOP;
|
||||
ballOff();
|
||||
}
|
||||
if (vexRT[Btn8D] == 1) {
|
||||
shootBall();
|
||||
|
Loading…
x
Reference in New Issue
Block a user