Ungenutzten Code/Robot Config entfernt und etwas dokumentiert

This commit is contained in:
Lars Haferkamp 2023-11-16 09:26:31 +01:00
parent 36c9b37fb8
commit 33369ff3e2
2 changed files with 60 additions and 90 deletions

View file

@ -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')