Skip to content

Commit

Permalink
file wasnt saved to git or something
Browse files Browse the repository at this point in the history
  • Loading branch information
drorta committed Aug 19, 2024
1 parent 1e49e79 commit af748ce
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ public class NeoElbowConstants {

protected static final int PID_SLOT = 0;

protected static final double P = 89;
protected static final double P = 40;

protected static final double I = 76;
protected static final double I = 0;

protected static final double D = 45;
protected static final double D = 0;


}

0 comments on commit af748ce

Please sign in to comment.