https://www.thebluealliance.com/team/7439
touch robotcontainer.py
self.frontLeftMotor = ctre.WPI_VictorSPX(2)
def myMethod(self):
pass
class MyRobot(wpilib.TimedRobot):
def robotInit(self):
pass
from robotcontainer import RobotContainer
from commands.pidcommandexample import PidCommandExample
from wpilib import SmartDashboard
~/2023-public$ black *