Skip to content

Commit

Permalink
credits
Browse files Browse the repository at this point in the history
  • Loading branch information
Advay17 committed Sep 21, 2024
1 parent 368ed46 commit ea99fa5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) FIRST and other WPILib contributors.
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.

// Credit to Team 5338 for any changes to the base command XRP template.
package frc.robot;

/**
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/Main.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) FIRST and other WPILib contributors.
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.

// Credit to Team 5338 for any changes to the base command XRP template.
package frc.robot;

import edu.wpi.first.wpilibj.RobotBase;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/Robot.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) FIRST and other WPILib contributors.
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.

// Credit to Team 5338 for any changes to the base command XRP template.
package frc.robot;

import edu.wpi.first.wpilibj.TimedRobot;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) FIRST and other WPILib contributors.
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.

// Credit to Team 5338 for any changes to the base command XRP template.
package frc.robot;

import edu.wpi.first.wpilibj.XboxController;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/frc/robot/commands/DriveCommands.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright (c) FIRST and other WPILib contributors.
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
// Credit to Team 5338 for any changes to the base command XRP template.

package frc.robot.commands;

Expand Down
1 change: 1 addition & 0 deletions src/main/java/frc/robot/commands/ServoCommands.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Credit to Team 5338 for any changes to the base command XRP template.
package frc.robot.commands;

public class ServoCommands {
Expand Down
1 change: 1 addition & 0 deletions src/main/java/frc/robot/subsystems/Rangefinder.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Credit to Team 5338 for any changes to the base command XRP template.
package frc.robot.subsystems;

import edu.wpi.first.wpilibj.xrp.XRPRangefinder;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/frc/robot/subsystems/Servo.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Credit to Team 5338 for any changes to the base command XRP template.
package frc.robot.subsystems;

import edu.wpi.first.wpilibj.xrp.XRPServo;
Expand Down

0 comments on commit ea99fa5

Please sign in to comment.