Skip to content
This repository was archived by the owner on Jul 20, 2025. It is now read-only.

Commit 3862e17

Browse files
Added myself as a contributor
Co-Authored-By: Evan Grinnell <155865196+S0L0GUY@users.noreply.github.com>
1 parent a50df11 commit 3862e17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/frc/robot/RobotMap.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public static class mapControllers {
1313
}
1414

1515
public static class mapDriveTrain {
16+
// Motor ID's
1617
public static final int FRONT_RIGHT_MOTOR = 0;
1718
public static final int BACK_RIGHT_MOTOR = 1;
1819
public static final int FRONT_LEFT_MOTOR = 2;

0 commit comments

Comments
 (0)