Skip to content

Commit

Permalink
Set motor id
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkey300 committed Dec 2, 2021
1 parent a3d423d commit 8e5763d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"**/.gradle": true,
"**/.project": true,
"**/.factorypath": true,
"**/*~": true
"**/*~": true,
"**/.settings": true
}
}
2 changes: 1 addition & 1 deletion src/main/java/com/spartronics4915/frc/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
*/
public final class Constants
{
public static final int kTestMotorId = 0;
public static final int kTestMotorId = 1;
}

0 comments on commit 8e5763d

Please sign in to comment.