Commit Graph

5 Commits

Author SHA1 Message Date
Keenan D. Buckley 7e57cf8f2d Added "Add your docs here" flags to all needed methods
- All methods that need javadoc have been marked with

/**
 * Add your docs here.
 */
2020-01-05 20:27:01 -07:00
Keenan D. Buckley f466abead2 Move LEDPatterns.java to utility 2020-01-05 20:23:52 -07:00
Keenan D. Buckley c52bbdd2ee Implement new Command Based Framework 2020-01-05 18:59:50 -07:00
Keenan D. Buckley 6fb373969d Implement new RobotContainer.java and Constants.java Classes
- OI.java has been deprecated and replaced with RobotContainer.java
- RobotMap.java has been deprecated and replaced with Constants.java
- Changes have been made to use the new classes without errors; some of these changes will be changed in the future
2020-01-05 17:35:52 -07:00
Keenan D. Buckley ec873a2835 LED Command Based 2019-12-21 20:41:34 -07:00