Skip to content

Commit

Permalink
More testing
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenTomato5 committed Oct 31, 2024
1 parent b70d20d commit 6df1f6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/frc/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public void robotPeriodic() {

@Override
public void autonomousInit() {
System.out.println("AUTO ENABLED");
}

@Override
Expand All @@ -46,6 +47,7 @@ public void autonomousPeriodic() {

@Override
public void teleopInit() {
System.out.println("TELE ENABLED");
TalonFX lala = new TalonFX(-5);
}

Expand Down

0 comments on commit 6df1f6c

Please sign in to comment.