Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/team4099/Crescendo-2024 int…
Browse files Browse the repository at this point in the history
…o telescoping-arm
  • Loading branch information
NeonCoal committed Jan 9, 2024
2 parents e627303 + 4698453 commit 9391b7e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package com.team4099.robot2023.subsystems.GroundIntake

class GroundIntake {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package com.team4099.robot2023.subsystems.feeder

import edu.wpi.first.wpilibj2.command.SubsystemBase
class Feeder(val io: FeederIO) : SubsystemBase() {

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package com.team4099.robot2023.subsystems.feeder

interface FeederIO {
}

0 comments on commit 9391b7e

Please sign in to comment.