Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not able to add library #11

Open
sanfx opened this issue Jan 5, 2017 · 3 comments
Open

not able to add library #11

sanfx opened this issue Jan 5, 2017 · 3 comments

Comments

@sanfx
Copy link

sanfx commented Jan 5, 2017

whenever I try to add library i get the following error message:

subfolder of your sketchbook is not a valid library
Invalid library found in ~/Documents/Arduino/libraries/Arduino-Ping: ~/Documents/Arduino/libraries/Arduino-Ping

I am using Mac OSx , the instruction given on readme doesnt work on mac, so please help fixing this issue.

@dmnc-net
Copy link

dmnc-net commented Jan 6, 2017

imho you misunderstood the README.MD, look into the folder you've downloaded/cloned, is there any icmp-ping? If yes, this is a library, not the Arduino-Ping - it is a GIT project name.

README.MD tells you:

To use, copy the icmp_ping directory into the libraries directory of your Arduino folder.

... so try to locate icmp-ping and put it in your ~/Documents/Arduino/libraries/ ... if you have ~/Documents/Arduino/libraries/Arduino-Ping/icmp-ping you've definitely copy whole directory of this GIT project (incl. readme, contributors) but not just a library.

@sanfx
Copy link
Author

sanfx commented Jan 6, 2017

no problem , I got it working by manually copying Icmp_ping to : /Applications/Arduino.app/Contents/Java/libraries/

@dmnc-net
Copy link

dmnc-net commented Jan 7, 2017

@sanfx I suggest to close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants