Skip to content

Commit

Permalink
made intake use max power
Browse files Browse the repository at this point in the history
  • Loading branch information
jpothen8 committed Feb 4, 2024
1 parent ccf47dc commit 34a73d4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ object UndertakerConstants {
const val INVERTED = true
const val CURRENT_LIM = 15

const val INTAKE_VOLTAGE = 8.0
const val REVERSE_VOLTAGE = -5.0
const val INTAKE_VOLTAGE = 12.0
const val REVERSE_VOLTAGE = -12.0
}

0 comments on commit 34a73d4

Please sign in to comment.