add Shooter subsystem
authorYour Name <you@example.com>
Sun, 17 Jan 2016 00:50:45 +0000 (16:50 -0800)
committerYour Name <you@example.com>
Sun, 17 Jan 2016 00:50:45 +0000 (16:50 -0800)
src/org/usfirst/frc/team3501/robot/subsystems/Shooter.java [new file with mode: 0755]

diff --git a/src/org/usfirst/frc/team3501/robot/subsystems/Shooter.java b/src/org/usfirst/frc/team3501/robot/subsystems/Shooter.java
new file mode 100755 (executable)
index 0000000..3e98e5d
--- /dev/null
@@ -0,0 +1,16 @@
+package org.usfirst.frc.team3501.robot.subsystems;\r
+\r
+import edu.wpi.first.wpilibj.command.Subsystem;\r
+\r
+public class Shooter extends Subsystem{\r
+       \r
+       public Shooter(){\r
+               \r
+       }\r
+\r
+       @Override\r
+       protected void initDefaultCommand() {\r
+               // TODO Auto-generated method stub\r
+               \r
+       }\r
+}\r