mirror of
https://github.com/Team4388/2023WayOfTheRobot.git
synced 2026-06-09 00:37:59 -06:00
interrupt button
This commit is contained in:
@@ -38,13 +38,10 @@ public class RobotMap {
|
||||
public SwerveModule leftBack;
|
||||
public SwerveModule rightBack;
|
||||
|
||||
public WPI_Pigeon2 gyro;
|
||||
|
||||
public RobotMap() {
|
||||
configureLEDMotorControllers();
|
||||
configureDriveMotors();
|
||||
|
||||
gyro = new WPI_Pigeon2(GyroConstants.ID);
|
||||
}
|
||||
|
||||
/* LED Subsystem */
|
||||
|
||||
Reference in New Issue
Block a user