LakeEffectRobotics / LER2020_ConveyorBot

Code for robot A
0 stars 0 forks source link

Did some renaming/reformatting to use team syte #28

Closed gregk27 closed 4 years ago

gregk27 commented 4 years ago

The WPILIB documentation uses a different naming convention where member variables start with m_. Historically we have not used this style, so I have renamed relevant variables.

Also, the documentation names final variables kVarName, instead of the more conventional VAR_NAME.

Additionally, I split OI into it's own class for cleanliness.