Gabelmotor hinzugefügt
This commit is contained in:
parent
324123b977
commit
756a382af3
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ class IQRobot:
|
|||
self.movementMotors: MotorPair = MotorPair(leftMotorPort, rightMotorPort)
|
||||
self.colorSensor: ColorSensor = ColorSensor(colorSensorPort)
|
||||
self.stickMotor: Motor = Motor(stickMotorPort)
|
||||
self.gabelMotor: Motor = Motor(gabelMotorPort)
|
||||
|
||||
def show(self, image: str):
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue