Debug entfernt
This commit is contained in:
parent
83c580e54f
commit
4a0671105b
1 changed files with 0 additions and 3 deletions
3
main.py
3
main.py
|
@ -72,15 +72,12 @@ dh auch an die Funktionen im importierten Code übergeben werde
|
|||
|
||||
# Initialisieren des Hubs, der Aktoren und Sensoren
|
||||
hub = PrimeHub()
|
||||
print("HUB")
|
||||
|
||||
# Initialisiere Robot Klasse mit unseren Funktionen
|
||||
iqRobot: iq.IQRobot = iq.IQRobot(hub)
|
||||
print("HUB2")
|
||||
|
||||
# Führe Funktionen aus unser Robot Klasse aus:
|
||||
iqRobot.show('HAPPY')
|
||||
print("HAPPY")
|
||||
|
||||
def hologram_aufgabe1():
|
||||
iqRobot.fahre_gerade_aus(cm=75,speed=80)
|
||||
|
|
Loading…
Reference in a new issue