1
votes

I want to import a library that I found in the internat to arduino nano. I followed this tutorial. I downloaded the test library (in the tutorial) and the test library didn't appear in the "include library" list.

How can I import this library?

1

1 Answers

3
votes

It should be in the directory where are your sketches located (this is configurable in Preferences). There'll be subdirectory named library and the new library must be in its own subdirectory. And you have to restart Arduino IDE.

But for the last several releases there is also possibility to Add ZIP Library and it'll do all this work for you:

enter image description here