|
13 | 13 |
|
14 | 14 | > A 4WD smart car kit for Raspberry Pi. |
15 | 15 |
|
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> |
19 | 20 |
|
20 | 21 | ### Connection Board Version |
21 | 22 |
|
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 |
26 | 69 |
|
27 | 70 |
|
28 | 71 | ### Download |
|
0 commit comments