You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: