We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c54b95a commit 07dd543Copy full SHA for 07dd543
1 file changed
src/HL/Car.py
@@ -207,7 +207,7 @@ def main(self):
207
bp2 = Button("GPIO6")
208
try:
209
Schumacher = Driver(128, 128)
210
- GR86 = Car(Schumacher.ai)
+ GR86 = Car(Schumacher)
211
log.info("Initialisation terminée")
212
if input("Appuyez sur D pour démarrer ou tout autre touche pour quitter") in ("D", "d") or bp2.is_pressed:
213
log.info("Depart")
0 commit comments