Include Arduino Libraries#

Get to know Arduino Libraries —— Arduino Documentation

1. Open the IDE and click "Sketch" on the menu tab and then Include Library > Manage Libraries.

2. Search for the library that you need, click on it, then select the version of the library you want to install.

3. Finally, click on install and wait for the IDE to install the new library.

Now the new library will be available in the Sketch > Include Library menu. If you want to add your own library to Library Manager, follow these instructions.