Skip to content

Commit

Permalink
Feeder Constants and Subsystem
Browse files Browse the repository at this point in the history
  • Loading branch information
adorobantu2008 committed Jan 25, 2024
1 parent 12a8657 commit b761611
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/kotlin/frc/team449/robot2024/subsystems/Feeder.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class Feeder(
fun intake(): Command {
return this.runOnce {
motor.setVoltage(FeederConstants.INTAKE_VOLTAGE)
motor.stopMotor()
}
}

Expand Down

0 comments on commit b761611

Please sign in to comment.