SunFounder ESP32 Starter Kit
1.4 1.4 Install libraries (Important)
A library is a collection of pre-written code or functions that extend the capabilities of the Arduino IDE. Libraries
provide ready-to-use code for various functionalities, allowing you to save time and effort in coding complex features.
There are two main ways to install libraries:
1.4.1 Install from Library Manager
Many libraries are available directly through the Arduino Library Manager. You can access the Library Manager by
following these steps:
1. In the Library Manager, you can search for the desired library by name or browse through different categories.
Note: In projects where library installation is required, there will be prompts indicating which libraries to install.
Follow the instructions provided, such as “The DHT sensor library library is used here, you can install it from
the Library Manager.” Simply install the recommended libraries as prompted.
2. Once you find the library you want to install, click on it and then click the Install button.
1.4. 1.4 Install libraries (Important) 15