From b8e12603c12edf6d840b9cac18d54c5b5ace546b Mon Sep 17 00:00:00 2001 From: vilenne Date: Wed, 15 Feb 2023 18:03:25 +0100 Subject: [PATCH] changed logo to sad --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index e998ddd..105d83d 100644 --- a/main.py +++ b/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))