Package frc.robot.programs
Class KlaHaYaDays
- java.lang.Object
-
- frc.robot.programs.interfaces.TeleopInterface
-
- frc.robot.programs.KlaHaYaDays
-
public class KlaHaYaDays extends TeleopInterface
-
-
Field Summary
-
Fields inherited from class frc.robot.programs.interfaces.TeleopInterface
Default, displayName, elapsedTime, gamepad1, gamepad2, id, robot
-
-
Constructor Summary
Constructors Constructor Description KlaHaYaDays(RobotHardware Robot)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidteleopDisable()call this function once to run teleop disable code.voidteleopInit()call this function once to run teleop init code.voidteleopPeriodic()call this function repeatedly to run teleop periodic code.
-
-
-
Constructor Detail
-
KlaHaYaDays
public KlaHaYaDays(RobotHardware Robot)
-
-
Method Detail
-
teleopInit
public void teleopInit()
Description copied from class:TeleopInterfacecall this function once to run teleop init code.ONLY CALLED ONCE
- Overrides:
teleopInitin classTeleopInterface
-
teleopPeriodic
public void teleopPeriodic()
Description copied from class:TeleopInterfacecall this function repeatedly to run teleop periodic code.CALLED REPEATEDLY
- Overrides:
teleopPeriodicin classTeleopInterface
-
teleopDisable
public void teleopDisable()
Description copied from class:TeleopInterfacecall this function once to run teleop disable code.ONLY CALLED ONCE
- Overrides:
teleopDisablein classTeleopInterface
-
-