Add button handling for shooter commands
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / OI.java
2016-01-23 Kevin ZhangAdd button handling for shooter commands
2016-01-23 Kevin ZhangFix compile error that wasn't caught
2016-01-23 Kevin ZhangChange constants and variable names to be more descriptive
2016-01-23 EvanYapAdd shooter buttons per logan request
2016-01-23 EvanYapMake command for running the shooter when trigger is...
2016-01-23 EvanYapSet buttons in OI to run changeSpeed command when pressed
2016-01-23 EvanYapFix variable names
2016-01-23 EvanYapFix duplicate variable and semicolon in OI
2016-01-23 EvanYapAdd thumb button to send to RioLog/Drive console the...
2016-01-23 EvanYapCreates methods for setting speed, adding to speed...
2016-01-23 EvanYapAdd thumb button to send to RioLog/Drive console the...
2016-01-23 EvanYapCreates methods for setting speed, adding to speed...
2015-12-31 Kevin ZhangAdd code base