Add constructors to command skeletons
authorshainachen <shaina.sierra@gmail.com>
Thu, 12 Jan 2017 04:42:33 +0000 (20:42 -0800)
committerCindy Zhang <cindyzyx9@gmail.com>
Sat, 14 Jan 2017 22:28:36 +0000 (14:28 -0800)
commit05a85c826dc9e393184e275264b70caef5b7676a
tree08d78ce841383a2092def6d61344538eed36cba2
parentf21e65b401a96a45d0cec83b3443464bfb107c14
Add constructors to command skeletons
src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheel.java
src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheelContinuous.java
src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheel.java
src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheelContinuous.java
src/org/usfirst/frc/team3501/robot/commands/shooter/StopFlyWheel.java