Changes between Version 8 and Version 9 of ControlSystems/SoftwareTeam/Training/WPILib/CommandBasedProgramming
- Timestamp:
- Dec 17, 2019, 12:57:46 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/WPILib/CommandBasedProgramming
v8 v9 63 63 @Override 64 64 public void initDefaultCommand() { 65 // Set the default command for a subsystem here.66 // setDefaultCommand(new MySpecialCommand());67 65 } 68 66 }