Skip to content

Commit

Permalink
changed some names and things
Browse files Browse the repository at this point in the history
  • Loading branch information
25112341 committed Jan 25, 2024
1 parent 44ce4ab commit 7aca870
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions singerMovement/carriageControl.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
import wpilib

elevatorUpDown = wpilib.Spark(0)
singerAng = wpilib.spark(1)


class carriageControl():

def __init__(self):
# Put any one-time init code here
#self.elevatorUpDown = wpilib.Spark(0)
#self.singerAng = wpilib.Spark(1)
pass

def update(self):
# Put any code that runs every periodic loop here
pass

def carriageRot(self, curCarriageAngle):
def singerAngle(self, curSingerAngle):
pass

def elevatorControl(self, curElevatorHeight):
Expand Down

0 comments on commit 7aca870

Please sign in to comment.