stanleyhuangyc / ArduinoOBD

OBD-II library and sketches for Arduino
http://freematics.com
968 stars 519 forks source link

File does not contain valid library #43

Open sterlija opened 7 years ago

sterlija commented 7 years ago

I downloaded the zip file. My computer automatically uncompressed it. I removed the "master" and then tried to go into arduino -->add library--> zip file and it just gives me "Specified folder/zip file does not contain a valid library". Does anyone know how to fix this?

superlazycoder commented 7 years ago

The contents of the library folder within the git repo, just needs to be placed into {Documents}/Arduino/libraries

After the folders are in there, "such as the OBD folder" then you will be able to #include and use the libraries as if they were part of your sketch

(I am on a mac, this may be different for windows, but I doubt it is that much different)

sterlija commented 7 years ago

Thank you,

I am actually on a Mac as well. So hopefully I can get it to work. Probably just me.

Thank you, Jacob Sterling

On May 30, 2017, at 10:12 AM, superlazycoder notifications@github.com wrote:

The contents of the library folder within the git repo, just needs to be placed into {Documents}/Arduino/libraries

After the folders are in there, "such as the OBD folder" then you will be able to #include and use the libraries as if they were part of your sketch

(I am on a mac, this may be different for windows, but I doubt it is that much different)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.