changed logo to sad
This commit is contained in:
parent
e8fe98e0d1
commit
b8e12603c1
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -82,7 +82,7 @@ hub = PrimeHub()
|
|||
iqRobot: iq.IQRobot = iq.IQRobot(hub, LEFT_MOTOR_PORT, RIGHT_MOTOR_PORT, COLOR_SENSOR_PORT)
|
||||
|
||||
# Führe Funktionen aus unser Robot Klasse aus:
|
||||
iqRobot.show('SAD')
|
||||
iqRobot.show('ANGRY')
|
||||
iqRobot.driveForward_for_sec(0.5)
|
||||
colorIntensity = iqRobot.getColorIntensity()
|
||||
print("Farbintensität: " + str(colorIntensity))
|
||||
|
|
Loading…
Reference in a new issue