Skip to content

Commit

Permalink
More code clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
rachitkakkar committed Feb 1, 2025
1 parent 3f44534 commit 537cc90
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

import org.lasarobotics.fsm.StateMachine;
import org.lasarobotics.fsm.SystemState;
import org.lasarobotics.hardware.generic.LimitSwitch;
import org.lasarobotics.hardware.revrobotics.Spark;
import org.lasarobotics.hardware.revrobotics.Spark.MotorKind;

Expand Down Expand Up @@ -148,13 +147,6 @@ public static Hardware initializeHardware(){

return endEffectorHardware;
}
/**
* Sets motor
* @param dutyCycle -1.0 to 1.0
*/
private void setMotorPower(double dutyCycle){
m_endEffectorMotor.set(dutyCycle);
}

/**
* Runs motor at power required for intaking
Expand Down

0 comments on commit 537cc90

Please sign in to comment.