From e8fe98e0d1253aed3bd11226376c09a865f924ca Mon Sep 17 00:00:00 2001 From: flhipp Date: Wed, 15 Feb 2023 17:58:44 +0100 Subject: [PATCH] Changed Logo from Happy to Sad --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index c6ba5c2..e998ddd 100644 --- a/main.py +++ b/main.py @@ -82,8 +82,8 @@ 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('HAPPY') -iqRobot.driveForward_for_sec(2.0) +iqRobot.show('SAD') +iqRobot.driveForward_for_sec(0.5) colorIntensity = iqRobot.getColorIntensity() print("Farbintensität: " + str(colorIntensity))