-
Notifications
You must be signed in to change notification settings - Fork 1
Dev/falcon #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Dev/falcon #15
Conversation
src/main/kotlin/org/team5419/fault/hardware/ctre/BerkeliumFX.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/org/team5419/fault/hardware/ctre/BerkeliumFX.kt
Outdated
Show resolved
Hide resolved
BBScholar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small changes, overall looks good.
BBScholar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I still might move the current limiting config to its own file. But it works either way!
| const val kFeetToMeter = kInchToMeter * 12.0 | ||
| const val kThouToMeter = kInchToMeter * 0.001 | ||
| const val kYardToMeter = kFeetToMeter * 3.0 | ||
| const val kLightYearsToMeter = 1 / 9.461E15 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lmao
No description provided.