Skip to content

Commit cfbf791

Browse files
authored
Pi ammendments
The LED order on the hat still needs correcting
1 parent 62e4f4c commit cfbf791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/kit/pi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
![Raspberry Pi 3B+](../assets/img/kit/pi.jpg){ width="50%" }
77

8-
The brain of your robot is a Raspberry Pi 3 / 3B+. This handles the running of your python code, recognition of markers and sends control commands to the other boards.
8+
The brain of your robot is a Raspberry Pi 3B+. This handles the running of your python code, recognition of markers and sends control commands to the other boards.
99

1010
## Power Hat
1111

@@ -31,6 +31,6 @@ All LEDs will turn on at boot. After the Pi detects a USB stick, the LEDs work a
3131

3232
Your robot is running a customised version of the [Raspberry Pi OS](https://www.raspberrypi.com/software/) operating system.
3333

34-
When a USB stick is inserted, the SourceBots software will look for a file named `main.py`, and then execute it.
34+
When a USB stick is inserted, the SourceBots software will look for a file named `robot.py`, and then execute it.
3535

3636
The output of your code is written to a file named `log.txt` on the USB stick.

0 commit comments

Comments
 (0)