0% found this document useful (0 votes)
29 views

How To Add .Zip Library

To add .ZIP libraries to the Arduino IDE, select Sketch > Include Library > Add .ZIP Library and navigate to the zip file containing the library. The IDE can only add one library at a time, so this process must be repeated for each additional library. Libraries provide extra functionality for sketches through additional code for hardware interaction or data manipulation.

Uploaded by

R. Roberts
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views

How To Add .Zip Library

To add .ZIP libraries to the Arduino IDE, select Sketch > Include Library > Add .ZIP Library and navigate to the zip file containing the library. The IDE can only add one library at a time, so this process must be repeated for each additional library. Libraries provide extra functionality for sketches through additional code for hardware interaction or data manipulation.

Uploaded by

R. Roberts
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

How to add .

ZIP Libraries in Arduino IDE

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.

select “Add .zip Library”:


Run Arduino IDE software and click Sketch > Include Library > Add .zip Library…

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

You might also like