Skip to content

Commit

Permalink
Move library to root of repository
Browse files Browse the repository at this point in the history
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 move is also required if you wanted to add your library to the Arduino Library Manager index, which provides an even easier installation option.
  • Loading branch information
per1234 committed Jun 20, 2018
1 parent 861f051 commit dfc75b1
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit dfc75b1

Please sign in to comment.