Skip to content

Commit

Permalink
Change PDH can id to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpothen8 committed Dec 14, 2023
1 parent dbefd04 commit 9cf3fcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/main/kotlin/frc/team449/robot2023/Robot.kt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ class Robot : RobotBase(), Logged {

@LogBoth
override val powerDistribution: PowerDistribution = PowerDistribution(
RobotConstants
.PDH_CAN,
RobotConstants.PDH_CAN,
PowerDistribution.ModuleType.kRev
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import kotlin.math.PI
object RobotConstants {

/** Other CAN ID */
const val PDH_CAN = 49
const val PDH_CAN = 1

/** Controller Configurations */
const val RATE_LIMIT = 4.25 * PI
Expand Down

0 comments on commit 9cf3fcd

Please sign in to comment.