summaryrefslogtreecommitdiff
path: root/src/org/usfirst/frc/team4272/robot2015/subsystems/ExampleSubsystem.java
blob: 5b8ebfb971f1cfe95801e656cec1af3abf6ce505 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

package org.usfirst.frc.team4272.robot2015.subsystems;

import edu.wpi.first.wpilibj.command.Subsystem;

/**
 *
 */
public class ExampleSubsystem extends Subsystem {
    
    // Put methods for controlling this subsystem
    // here. Call these from Commands.

    public void initDefaultCommand() {
        // Set the default command for a subsystem here.
        //setDefaultCommand(new MySpecialCommand());
    }
}