mirror of
https://github.com/Team4388/2022NoWayHome.git
synced 2026-06-09 08:48:07 -06:00
commets
This commit is contained in:
@@ -8,10 +8,28 @@ import edu.wpi.first.wpilibj2.command.SubsystemBase;
|
||||
|
||||
public class Turret extends SubsystemBase {
|
||||
/** Creates a new Turret. */
|
||||
public Turret() {}
|
||||
//Motor object
|
||||
//Variables
|
||||
public Turret(/*Motor argument*/ */) {
|
||||
//Motor object = motor argument
|
||||
//Config motor
|
||||
}
|
||||
|
||||
@Override
|
||||
public void periodic() {
|
||||
// This method will be called once per scheduler run
|
||||
}
|
||||
|
||||
//function turnWithJoystick(double input)
|
||||
// motor.set(input)
|
||||
}
|
||||
|
||||
|
||||
/** TODO
|
||||
* Constants ID
|
||||
* RobotMap configs
|
||||
* RobotContainer defaultCommand and Instantiation
|
||||
* turnWithJoystick function
|
||||
* setPosition function
|
||||
* Limit switches
|
||||
**/
|
||||
Reference in New Issue
Block a user