mirror of
https://github.com/Team4388/RiseOfRidgebotics2020.git
synced 2026-06-09 00:38:00 -06:00
Update Intake documentation
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user