Ungenutzten Code/Robot Config entfernt und etwas dokumentiert
This commit is contained in:
parent
36c9b37fb8
commit
33369ff3e2
2 changed files with 60 additions and 90 deletions
2
main.py
2
main.py
|
@ -74,7 +74,7 @@ dh auch an die Funktionen im importierten Code übergeben werde
|
|||
hub = PrimeHub()
|
||||
|
||||
# Initialisiere Robot Klasse mit unseren Funktionen
|
||||
iqRobot: iq.IQRobot = iq.IQRobot(hub, typ=iq.BRICKIES_BOT_2)
|
||||
iqRobot: iq.IQRobot = iq.IQRobot(hub)
|
||||
|
||||
# Führe Funktionen aus unser Robot Klasse aus:
|
||||
iqRobot.show('HAPPY')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue