FRC1076 / 2019-Competition

Code for 2019 Competition
2 stars 1 forks source link

Use set CONSTANT variable names for varying elevator speeds instead of raw numbers #82

Open Dannihu01 opened 5 years ago

Dannihu01 commented 5 years ago

Look in the elevator class and identify where the elevator speed is being used. Create variables that hold those values and place them at the top of the class so everything is clearly labeled.