Skip to content

Commit 3681090

Browse files
committed
fixing linter
1 parent 9eb649d commit 3681090

File tree

1 file changed

+3
-3
lines changed
  • content/hardware/08.edu/solution-and-kits/alvik/tutorials/getting-started

1 file changed

+3
-3
lines changed

content/hardware/08.edu/solution-and-kits/alvik/tutorials/getting-started/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ degrees = 45.00
5858
speed = 10.00
5959

6060
while (True):
61-
61+
6262
distance_l, distance_cl, distance_c, distance_r, distance_cr = alvik.get_distance()
6363
sleep_ms(50)
6464
print(distance_c)
65-
65+
6666
if distance_c < distance:
6767
alvik.rotate(degrees, 'deg')
6868
elif distance_cl < distance:
@@ -90,7 +90,7 @@ while (True):
9090

9191
![Connecting Alvik to the IDE](assets/connecting_alvik_ide.gif)
9292

93-
*** If you want to go back to the out of the box experience where you could select between red, green and blue programs, you only need to modify the _main.py_ again replacing the `import obstacle_avoider` statement by `import demo`.***
93+
***If you want to go back to the out of the box experience where you could select between red, green and blue programs, you only need to modify the _main.py_ again replacing the `import obstacle_avoider` statement by `import demo`.***
9494

9595
**6. **The last step is to move the _obstacle_avoider.py_ file from the local repository to Alvik's memory.
9696

0 commit comments

Comments
 (0)