Skip to content

Commit

Permalink
ports!
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiebudman committed Mar 3, 2024
1 parent 080ede3 commit 15c4f0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/carlmontrobotics/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ public static final class Arm {


//Motor port
public static final int ARM_MOTOR_PORT_MASTER = 7;
public final static int ARM_MOTOR_PORT_FOLLOWER = 8;
public static final int ARM_MOTOR_PORT_MASTER = 13;
public final static int ARM_MOTOR_PORT_FOLLOWER = 18; //maybe switch these
//Config for motors
public static final boolean MOTOR_INVERTED_MASTER = true; //Todo: find all these (they are definetely wrong)
public static final boolean MOTOR_INVERTED_FOLLOWER = false;
Expand Down

0 comments on commit 15c4f0b

Please sign in to comment.