Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
65 views1 page

Adding Libraries to Arduino IDE

To add a library to the Arduino IDE, extract any compressed library files to obtain a folder with the library name containing .cpp and .h files. Copy this folder to the Arduino libraries location, ensuring the name only uses approved characters.

Uploaded by

Leopoldo Peña
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
65 views1 page

Adding Libraries to Arduino IDE

To add a library to the Arduino IDE, extract any compressed library files to obtain a folder with the library name containing .cpp and .h files. Copy this folder to the Arduino libraries location, ensuring the name only uses approved characters.

Uploaded by

Leopoldo Peña
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

How-To add a Library to the Arduino IDE

1. If the library is in a ZIP or other compressed format, expand it.


2. Check that the result of your expansion contains a folder with the librarys name
3. After expanding make sure that your folder is the innermost library folder, usually containing the library code file
with extension cpp and the library header file with extension h. It may also contain a folder called examples.
4. Make sure that the name of the folder only contains letters, numbers and the underscore character _.
5. Copy the library folder to the Arduino IDEs libraries location. Usually at C:\Program Files\arduino-1.x.x\libraries\

You might also like