DevilBotz2876 / ChargedUp2023

Code for the FRC 2023 Robotics Competition
Other
3 stars 0 forks source link

Removed unused SlewRateLimiter. Created DriveConstants. #29

Closed BrownGenius closed 1 year ago

ParkerMeyers commented 1 year ago

Java constants are ALL_CAPS and use underscores to separate words

Eg: LEFT_MASTER_CAN_ID

image