diff --git a/micropython/examples/breakout_vl53l5cx/businessbot/businessbot.py b/micropython/examples/breakout_vl53l5cx/businessbot/businessbot.py index 128b277a..8c5dc58a 100644 --- a/micropython/examples/breakout_vl53l5cx/businessbot/businessbot.py +++ b/micropython/examples/breakout_vl53l5cx/businessbot/businessbot.py @@ -125,4 +125,4 @@ while True: right.speed(spd + (x * TURNING_SPEED)) else: left.coast() - right.coast() \ No newline at end of file + right.coast()