Skip to content

Commit

Permalink
Another quick fix of a comment and upped the version number. We shoul…
Browse files Browse the repository at this point in the history
…d start moving the version number up at every commit.
  • Loading branch information
floogulinc committed Jan 24, 2014
1 parent 961ed36 commit 7230fbd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/com/frc2879/bender/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class Robot extends SimpleRobot {
Joystick joystick = new Joystick(1);

public final String name = "Bender Bot";
public final String version = "v1.03";
public final String version = "v1.04";
public final String fullname = name + " " + version;

// Defining Joystick Mappings:
Expand All @@ -44,12 +44,10 @@ public class Robot extends SimpleRobot {
public final int Stick_RIGHT_X = 4;
public final int Stick_RIGHT_Y = 5;

// CONFIG VALUES ~~~~~~~~~
// ~~~~~~~~~~~~~~~~~~~~~~~
// CONFIG VALUES
int StickSensitivity = 100;
boolean SquaredInputs = true;
// ~~~~~~~~~~~~~~~~~~~~~~~
// CONFIG VALUES ~~~~~~~~~


DSOutput dsout;

Expand Down

0 comments on commit 7230fbd

Please sign in to comment.