Add Javadoc comment to hallEffectBuffer class
authorshainachen <shaina.sierra@gmail.com>
Fri, 3 Feb 2017 04:34:28 +0000 (20:34 -0800)
committershainachen <shaina.sierra@gmail.com>
Fri, 3 Feb 2017 04:34:28 +0000 (20:34 -0800)
src/org/usfirst/frc/team3501/robot/subsystems/HallEffectBuffer.java

index 2e56ed00684f9d2b875d6a80f2e67994cdd46a3b..8d420dd3955c7a8c8fe53f92baac36dfcb76aee3 100644 (file)
@@ -1,5 +1,12 @@
 package org.usfirst.frc.team3501.robot.subsystems;
 
+/**
+ * This command calculates the average of a set of rpm from the HallEffectSensor
+ * class
+ * 
+ * @author shaina
+ *
+ */
 public class HallEffectBuffer {
   int length;
   int index;