Update Intake documentation

This commit is contained in:
Keenan D. Buckley
2020-01-30 21:59:12 -07:00
parent cf95fdcc4d
commit 7be98f8d30
@@ -28,7 +28,7 @@ public class Intake extends SubsystemBase {
/**
* Runs intake motor
* @param input the voltage to run motor at
* @param input the percent output to run motor at
*/
public void runIntake(double input) {
m_intakeMotor.set(input);