Commit 474332a
committed
Move library to root of repository
A popular library installation technique is to download the library via GitHub's Clone or download > Download ZIP and then use the Arduino IDE's Sketch > Include Library > Add .ZIP Library on the downloaded file. This requires the library to be in the root of the repository, not in a subfolder. If the library is not in the root of the repository this installation technique fails:
Specified folder/zip file does not contain a valid library
This is the standard repository structure used in all official Arduino libraries:
https://github.com/arduino-libraries
This move is also required if you wanted to add your library to the Arduino Library Manager index, which provides an even easier installation option.1 parent b3a8cca commit 474332a
File tree
44 files changed
+3
-16
lines changed- examples
- AdvancedChatServer
- EchoServer
- TcpClient
- TcpServer
- UdpClient
- UdpServer
- src
- utility
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
44 files changed
+3
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 20 | + | |
34 | 21 | | |
35 | 22 | | |
36 | 23 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments