Missed a <= addadded it
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / subsystems / Shooter.java
2016-01-24 Kevin ZhangMissed a <= addadded it
2016-01-24 Kevin ZhangChange <= to < and make variable instead of using same...
2016-01-23 Kevin ZhangRemove control m from file
2016-01-23 Kevin Zhangadd catch to getspeed and change names
2016-01-23 Kevin ZhangRemove buttons pressed to change to command based,...
2016-01-23 EvanYapChange buttons pressed to use OI initialized buttons
2016-01-23 EvanYapAdd buttons pressed method and also also add state...
2016-01-23 EvanYapMake command for running the shooter when trigger is...
2016-01-23 EvanYapChange variable port name and use setSpeed method
2016-01-23 EvanYapChange CANTalon from wheel to shooter
2016-01-23 EvanYapMake style edits
2016-01-23 EvanYapCreates methods for setting speed, adding to speed...
2016-01-23 EvanYapSetup port and initialize wheel object for ShooterTest...
2016-01-21 Your NameClean up all unnecessary comments
2016-01-17 Your Nameadd Shooter subsystem