Fix merging errors with climber subclass
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / subsystems / ExampleSubsystem.java
1 package org.usfirst.frc.team3501.robot.subsystems;
2
3 import edu.wpi.first.wpilibj.command.Subsystem;
4
5 /**
6 *
7 */
8 public class ExampleSubsystem extends Subsystem {
9 // Put methods for controlling this subsystem
10 // here. Call these from Commands.
11
12 public void initDefaultCommand() {
13 // Set the default command for a subsystem here.
14 // setDefaultCommand(new MySpecialCommand());
15 }
16 }