Skip to content

Instantly share code, notes, and snippets.

View zainthemaynnn's full-sized avatar

Zain Azam zainthemaynnn

  • UToronto
  • Toronto, ON
  • 11:29 (UTC -04:00)
  • Instagram zainyusufazam
View GitHub Profile
package frc.robot.commands;
import java.util.Set;
import com.revrobotics.CANSparkMax.IdleMode;
import edu.wpi.first.wpilibj2.command.Command;
import edu.wpi.first.wpilibj2.command.Subsystem;
import frc.robot.subsystems.Drive;