@@ -7,30 +7,27 @@ Getting Code on the Robot
7
7
======================
8
8
9
9
Getting your code on to the robot is quite simple.
10
- You will need to put your code on a USB drive. Which will need to be formatted with either FAT32, exFAT, NTFS or ext2/3/4.
10
+ You will need to put your code on a USB drive
11
+ Which will need to be formatted with either FAT32, exFAT, NTFS or ext2/3/4.
12
+ Upon plugging in the drive or starting up, the robot will run the ` robot.py ` file found in the ` robot.zip ` in the root of the drive.
11
13
12
- <details >
13
- <summary >Windows</summary >
14
+ ## Windows
14
15
1 . Open your code in File Explorer
15
- 2 . Select all of your code files (<kbd >Control + A</kbd > to select all files)
16
+ 2 . Select all of your code files (<kbd >Control</ kbd >< kbd > A</kbd > to select all files)
16
17
3 . Right-click the files
17
18
4 . Click Compress to Zip file
18
- 5 . Name the newly created file ` robot `
19
+ 5 . Name the newly created file ` robot ` (or ` robot.zip ` if you have file extentions shown)
19
20
20
21
![ Screenshot for Windows 11] ( /images/content/kit/zip_win11.png )
21
- ![ Screenshot for Windows 10] ( /images/content/kit/zip_win10.png )
22
22
23
23
If you are on Windows 10 or older, you will need to use Send to &rarr ; Compressed (zipped) folder
24
- </details >
25
24
26
- <details >
27
- <summary >macOS</summary >
25
+ ## macOS
28
26
1 . Open your code in Finder
29
- 2 . Select all of your code files (<kbd >⌘A</kbd > to select all files)
27
+ 2 . Select all of your code files (<kbd >⌘</ kbd >< kbd > A</kbd > to select all files)
30
28
3 . Right-click (or Control-click) the files and click Compress
31
29
4 . Name the newly created file ` robot.zip `
32
30
33
31
![ Screenshot] ({ site.baseurl }}/images/content/kit/zip_macOS.png)
34
- </details >
35
32
36
33
To re-run your program, simply remove the USB stick and plug it back in again and it will restart automatically.
0 commit comments