Skip to content

Commit bdf0d19

Browse files
committed
Update README.md
1 parent 3d143aa commit bdf0d19

File tree

1 file changed

+50
-7
lines changed

1 file changed

+50
-7
lines changed

README.md

Lines changed: 50 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,59 @@
1313

1414
> A 4WD smart car kit for Raspberry Pi.
1515
16-
<img src='Picture/icon.png' width='50%'/>
17-
<br>
18-
<img src='Picture/icon1.png' width='50%'/>
16+
<div style="text-align: center;">
17+
<img src='Picture/icon.png' width='45%' style='display:inline-block; margin-right:5px;'/>
18+
<img src='Picture/icon1.png' width='40%' style='display:inline-block;'/>
19+
</div>
1920

2021
### Connection Board Version
2122

22-
| PCB Version | PCB Picture |
23-
|-|-|
24-
| V1.0 | <center><img src='Picture/PCB_V1.0.png' width='30%' alt='V1.0'/></center> |
25-
| V2.0 | <center><img src='Picture/PCB_V2.0.png' width='30%' alt='V2.0'/></center> |
23+
## Freenove 4WD Smart Car Kit for Raspberry Pi
24+
25+
### Please select the corresponding code file according to your Raspberry PI
26+
27+
* **Raspberry PI 3 or 4**:
28+
Use the code in the `Freenove_4WD_Smart_Car_Kit_for_Raspberry_Pi/Code/Server` folder.
29+
30+
* **Raspberry PI 5**:
31+
Use the code in the `Freenove_4WD_Smart_Car_Kit_for_Raspberry_Pi/Code/Server-pi5` folder.
32+
33+
> A 4WD smart car kit for Raspberry Pi.
34+
35+
<div style="text-align: center;">
36+
<img src='Picture/icon.png' width='45%' style='display:inline-block; margin-right:5px;'/>
37+
<img src='Picture/icon1.png' width='40%' style='display:inline-block;'/>
38+
</div>
39+
40+
### Connection Board Version
41+
42+
<table>
43+
<tr>
44+
<th>PCB Version</th>
45+
<th>PCB Picture</th>
46+
</tr>
47+
<tr>
48+
<td>V1.0</td>
49+
<td align="center">
50+
<img src='Picture/PCB_V1.0.png' width='30%' alt='V1.0'/>
51+
</td>
52+
</tr>
53+
<tr>
54+
<td>V2.0</td>
55+
<td align="center">
56+
<img src='Picture/PCB_V2.0.png' width='30%' alt='V2.0'/>
57+
</td>
58+
</tr>
59+
</table>
60+
61+
### Download
62+
63+
* **Use command in console**
64+
65+
Run following command to download all the files in this repository.
66+
67+
```bash
68+
git clone https://github.com/Freenove/Freenove_4WD_Smart_Car_Kit_for_Raspberry_Pi.git
2669

2770

2871
### Download

0 commit comments

Comments
 (0)