Skip to content

Commit 198fb33

Browse files
committed
files
the files
1 parent c98708d commit 198fb33

10 files changed

Lines changed: 14 additions & 0 deletions

File tree

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
100 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

src/main/java/frc/robot/subsystems/intake/Intake.Java

Whitespace-only changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
public class IntakeConstants {
2+
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
public class IntakeIO {
2+
3+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package frc.robot.subsystems.intake;
2+
3+
public class IntakeIOSim {
4+
5+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
public class IntakeIOSparkMax {
2+
3+
}

0 commit comments

Comments
 (0)