Skip to content

Commit

Permalink
Added to Feeder
Browse files Browse the repository at this point in the history
  • Loading branch information
bit-turtle committed Jan 25, 2024
1 parent 173106f commit f01a761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/frc/team449/robot2024/subsystems/Feeder.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Feeder(
builder.addDoubleProperty("1.1 Last Feeder Motor Voltage", { motor.lastVoltage }, null)
}
companion object {
fun createIntake(): Feeder {
fun createFeeder(): Feeder {
val motor = createSparkMax(
"Feeder Motor",
FeederConstants.MOTOR_ID,
Expand Down

0 comments on commit f01a761

Please sign in to comment.