Kleiner Fix, kein self da nicht in einer Klasse
This commit is contained in:
parent
a64f0c639a
commit
16601f268a
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -79,7 +79,7 @@ iqRobot: iq.IQRobot = iq.IQRobot(hub)
|
||||||
# Führe Funktionen aus unser Robot Klasse aus:
|
# Führe Funktionen aus unser Robot Klasse aus:
|
||||||
iqRobot.show('HAPPY')
|
iqRobot.show('HAPPY')
|
||||||
|
|
||||||
def huenchenaufgabe(self):
|
def huenchenaufgabe():
|
||||||
iqRobot.fahre_gerade_aus(40,60)
|
iqRobot.fahre_gerade_aus(40,60)
|
||||||
iqRobot.drehe(-40,True)
|
iqRobot.drehe(-40,True)
|
||||||
iqRobot.fahre_gerade_aus(20,60)
|
iqRobot.fahre_gerade_aus(20,60)
|
||||||
|
|
Loading…
Reference in a new issue