Skip to content

Commit

Permalink
drivecontrol
Browse files Browse the repository at this point in the history
  • Loading branch information
raghavsial committed Nov 7, 2024
1 parent 245cc2e commit 528b97f
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package com.team766.robot.mechanisms;

import com.team766.framework.Mechanism;
import com.team766.hal.SolenoidController;
import com.team766.hal.RobotProvider;

public class Launcher extends Mechanism{
private SolenoidController pusher;

public Launcher()
}

0 comments on commit 528b97f

Please sign in to comment.