Skip to content
This repository has been archived by the owner on Apr 27, 2018. It is now read-only.

Commit

Permalink
Small value adjustments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvind committed Feb 20, 2017
1 parent 5da13fa commit 82f4ab2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public void handleBalls(Joystick joy)
{
if(joy.getRawButton(3))
{
TOP.set(-0.75);
TOP.set(-0.50);
BOTTOM.set(0.75);
return;
}
Expand All @@ -40,7 +40,7 @@ public void handleBalls(Joystick joy)
BOTTOM.set(-0.75);
return;
}
if(joy.getRawButton(1))
if(joy.getRawButton(2))
{
TOP.set(0.75);
BOTTOM.set(0.75);
Expand Down

0 comments on commit 82f4ab2

Please sign in to comment.