Skip to content

Commit 9565a75

Browse files
Update README.md
1 parent a82f6bd commit 9565a75

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
1-
# Instructions
1+
# Arduino USB Drivers
2+
<!-- vscode-markdown-toc -->
3+
* [Summary](#Summary)
4+
* [Sources](#Sources)
25

3-
The CH341 and CH340 USB controllers are commonly found on 3rd party Arduinos and to use them with the Arduino IDE or CLI you need to install extra drivers.
6+
<!-- vscode-markdown-toc-config
7+
numbering=false
8+
autoSave=true
9+
/vscode-markdown-toc-config -->
10+
<!-- /vscode-markdown-toc -->
411

5-
This repo contains the drivers for Windows, macOS, and Linux. Just download the repo and follow the instructions in the corresponding folder. If you have a previously installed a version of these USB drivers, you will likely need to uninstall them before installing the new ones.
12+
## <a name='Summary'></a>Summary
13+
14+
The CH340 and CH341 USB controllers are commonly found on 3rd party Arduinos. To use them with the Arduino IDE or CLI you need to install extra drivers.
15+
16+
This repo contains the drivers for Linux, macOS, and Windows. Just download the repo and follow the instructions in the corresponding folder. If you have a previously installed a version of these USB drivers, you will likely need to uninstall them before installing the new driver.
17+
18+
## <a name='Sources'></a>Sources
619

720
| OS | Source URL |
821
|---------|-----------------------------------------------------|

0 commit comments

Comments
 (0)