How To Add .Zip Library
How To Add .Zip Library
Libraries
Just like most programming platforms, the Arduino environment can be extended
through the use of libraries. Libraries provide extra functionality for use in sketches,
e.g. working with hardware or manipulating data. To use a library in a sketch, select it
from Sketch > Include Library.
In our tutorial, all the library files needed for the program are included in the tutorial
folder, we just need to add them to the IDE by following steps.
1/3
The Libraries folder is under the current folder path, you can find it in below way:
Go to the “addLibrary” folder, choose the zip library file, and click “Open”
2/3
And then, the library will added to IDE successfully. Please note that Arduino IDE can only
add one library file at a time, so you need repeat this operation five times.
3/3