create the wrapper/handler class for PID tuning
authorEvanYap <evanyap.14@gmail.com>
Sat, 4 Feb 2017 19:33:52 +0000 (11:33 -0800)
committerEvanYap <evanyap.14@gmail.com>
Sat, 4 Feb 2017 19:33:52 +0000 (11:33 -0800)
src/org/usfirst/frc/team3501/robot/utils/PIDTuner.java [new file with mode: 0644]

diff --git a/src/org/usfirst/frc/team3501/robot/utils/PIDTuner.java b/src/org/usfirst/frc/team3501/robot/utils/PIDTuner.java
new file mode 100644 (file)
index 0000000..be999a6
--- /dev/null
@@ -0,0 +1,5 @@
+package org.usfirst.frc.team3501.robot.utils;
+
+public class PIDTuner {
+
+}