From: shainachen Date: Fri, 3 Feb 2017 04:34:28 +0000 (-0800) Subject: Add Javadoc comment to hallEffectBuffer class X-Git-Url: http://challenge-bot.com/repos/?a=commitdiff_plain;h=a01ebc257099349bc9b4b8bcccb14dcc9d8fbdfb;p=3501%2F2017steamworks Add Javadoc comment to hallEffectBuffer class --- diff --git a/src/org/usfirst/frc/team3501/robot/subsystems/HallEffectBuffer.java b/src/org/usfirst/frc/team3501/robot/subsystems/HallEffectBuffer.java index 2e56ed0..8d420dd 100644 --- a/src/org/usfirst/frc/team3501/robot/subsystems/HallEffectBuffer.java +++ b/src/org/usfirst/frc/team3501/robot/subsystems/HallEffectBuffer.java @@ -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;