mmarchetti / DirectIO

Fast, simple I/O library for Arduino
GNU Lesser General Public License v3.0
115 stars 27 forks source link

Arduino: 1.6.12 (Mac OS X), Board: "Arduino/Genuino Uno" Specified folder/zip file does not contain a valid library #8

Closed jonathanmf closed 7 years ago

jonathanmf commented 7 years ago

Hi,

I try to add this library to IDE 1.6.12 on a Mac but I can't. This message is always coming up. Do you know why? This is the first time that I see this warning.

Arduino: 1.6.12 (Mac OS X), Board: "Arduino/Genuino Uno"
Specified folder/zip file does not contain a valid library

Thx for your help!

Jonathan

mmarchetti commented 7 years ago

Hi @jonathanmf, the GitHub zip download gives you a snapshot of the entire repository. If you unzip that file, you'll get a folder named "DirectIO-master". Use the "Add .ZIP library" command and choose the DirectIO folder inside the DirectIO-master folder.

I'll keep this issue open and will see if moving the .h files to the main directory here will help.

jonathanmf commented 7 years ago

Hi ! You right I did that (manually,. One by one).and it works thx a lot !

Le 30 sept. 2016 16:18, "Michael Marchetti" notifications@github.com a écrit :

Hi @jonathanmf https://github.com/jonathanmf, the GitHub zip download gives you a snapshot of the entire repository. If you unzip that file, you'll get a folder named "DirectIO-master". Use the "Add .ZIP library" command and choose the DirectIO folder inside the DirectIO-master folder.

I'll keep this issue open and will see if moving the .h files to the main directory here will help.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mmarchetti/DirectIO/issues/8#issuecomment-250756147, or mute the thread https://github.com/notifications/unsubscribe-auth/APtb_Nwy-97cKaD_Rm3UUNlCMCGE6pdsks5qvRo2gaJpZM4KKx3p .

mmarchetti commented 7 years ago

Great! I pushed a commit to move the files to the base directory, so now you can download and install the ZIP file from GitHub.