modified method name
This commit is contained in:
parent
b86e3484e6
commit
88852015e0
2 changed files with 2 additions and 2 deletions
2
main.py
2
main.py
|
@ -83,7 +83,7 @@ iqRobot: iq.IQRobot = iq.IQRobot(hub, LEFT_MOTOR_PORT, RIGHT_MOTOR_PORT, COLOR_S
|
|||
|
||||
# Führe Funktionen aus unser Robot Klasse aus:
|
||||
iqRobot.show('HAPPY')
|
||||
iqRobot.driveForward(2.0)
|
||||
iqRobot.driveForward_for_sec(2.0)
|
||||
colorIntensity = iqRobot.getColorIntensity()
|
||||
print("Farbintensität: " + str(colorIntensity))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue