Hi,
I have a number of libraries that I have written, the new cloud says to add them in .zip format.
I know how to make a zip but is there a particular layout within the zip that I need to adhere too.
If so could someone explain what I need to do and perhaps that could be incorporated into the cloud help, somehow.
Thanks and kind regards,
jB 8)
I dropped a couple of random libs and they took after I restarted the OL IDE.
There doesn't appear to be any structure requirements but I think a readme and links to masters etc would be nice if you are sharing them.
Hello, the layout of the zip should be this:
NameOfLibrary
|---- library.properties
|---- README
|---- src
|--------FileOfTheLibrary.h
|--------FileOfTheLibrary.h
|--------FileOfTheLibrary.h
It's not enforced, and it will probably work either way, but this is how most are packaged