implement ToggleWinch command
authorCindy Zhang <cindyzyx9@gmail.com>
Fri, 10 Feb 2017 03:42:15 +0000 (19:42 -0800)
committerCindy Zhang <cindyzyx9@gmail.com>
Fri, 10 Feb 2017 03:42:20 +0000 (19:42 -0800)
commit9dc69158f74215de20fd5fdcee299020e8f2b88b
treea880498d8f3539d14cee1f4c1dce3c0df985eea7
parent25ef99e622af7d7dbd7ddb6c9c1a7ec7e71b0b77
implement ToggleWinch command
src/org/usfirst/frc/team3501/robot/Constants.java
src/org/usfirst/frc/team3501/robot/OI.java
src/org/usfirst/frc/team3501/robot/commandgroups/ToggleWinch.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/climber/RunWinchContinuous.java
src/org/usfirst/frc/team3501/robot/commands/climber/ToggleWinch.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/subsystems/DriveTrain.java