Add Javadoc comment to hallEffectBuffer class
[3501/2017steamworks] / 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;