How to Install an Arduino Library from a Zip File

How to Install an Arduino Library from a Zip File

Not all Arduino libraries are available via the Arduino Software IDE Library Manager, 3rd party libraries for example can be installed via a zip file.

To import a .zip file go to “Sketch” > “Include Library” > “Add .ZIP Library…”

Continue Reading How to Install Additional Arduino Libraries