Skip to content

Commit

Permalink
Merge pull request #2 from Shilab66/feeder
Browse files Browse the repository at this point in the history
create feeder branch
  • Loading branch information
Shilab66 authored Jan 9, 2024
2 parents d740e2a + 8f7de10 commit 4698453
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
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 4698453

Please sign in to comment.