Skip to content

Commit

Permalink
update to use phoenix5 and 6
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaPranav9102 committed Jul 6, 2023
1 parent 9f3c138 commit 2b73f7a
Show file tree
Hide file tree
Showing 4 changed files with 478 additions and 181 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Import into robot project by adding this into your `build.gradle`. Make sure to change `<release_tag>` with the desired FalconUtils version.
```
repositories {
maven { url 'https://jitpack.io' }
maven { url 'https://jitpack.io' }
}
dependencies{
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/org/team4099/lib/units/MechanismUnits.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package org.team4099.lib.units

import com.ctre.phoenix.motorcontrol.can.BaseTalon
import com.ctre.phoenixpro.hardware.core.CoreTalonFX
import com.ctre.phoenix6.hardware.core.CoreTalonFX
import com.revrobotics.CANSparkMax
import org.team4099.lib.units.base.Length
import org.team4099.lib.units.base.Meter
Expand Down
Loading

0 comments on commit 2b73f7a

Please sign in to comment.