Add commands for Climber and Climber subsystem
authorShivani Ghanta <shivani.oghanta@gmail.com>
Sat, 14 Jan 2017 22:06:46 +0000 (14:06 -0800)
committerShivani Ghanta <shivani.oghanta@gmail.com>
Sat, 14 Jan 2017 22:12:50 +0000 (14:12 -0800)
commit9738295a69eb289e0c590b236bab1843ad5e5a4c
tree2ede6f2fad6e6f91d804c529ff82df1ce7a7a702
parented1b7b7485b9939ed80e9b44e29b93ac1372add3
Add commands for Climber and Climber subsystem
src/org/usfirst/frc/team3501/robot/commands/climber/RunWinch.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/climber/RunWinchContinuous.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/climber/StopWinch.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/subsystems/Climber.java [new file with mode: 0644]