Skip to content

Commit

Permalink
Added Intake.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
bit-turtle committed Jan 25, 2024
1 parent e0e2400 commit ecdec87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/kotlin/frc/team449/robot2024/subsystems/Intake.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package frc.team449.robot2024.subsystems
class Intake {

}
1 change: 1 addition & 0 deletions src/main/kotlin/frc/team449/system/motor/WrappedMotor.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class WrappedMotor(
val busVoltage: DoubleSupplier? = null,
val outputCurrent: DoubleSupplier? = null
) : MotorController by motor {

/**
* The last set voltage for this motor (through [setVoltage] or [set])
*/
Expand Down

0 comments on commit ecdec87

Please sign in to comment.