Arduino Libraries Installed
Methods 1、 Add libraries by "manager Libraries"
- There are two ways to open the "Manager Libraries" dialog box:
(1)Open the Arduino > Tools >Manage Libraries... ,A "Library Manager" dialog box pops up
Open the Arduino > Sketch > Include Library > manager Libraries...,A "Library Manager" dialog box will pops up too
(2)Enter the desired library file name in the dialog box and the library file will be displayed below. Click "Install" to download it
(3)You can see the downloaded Library files at the Arduino > Sketch > Include Library path
Methods 2、 Add libraries by adding .zip libraries
(1) Open the Arduino > Sketch > Include Library > Add .zip library... path
(2)Select the library.zip file you want to put in
(3)You can see the downloaded Library files at the Arduino > Sketch > Include Library path
Methods 3、 Download the library by GitHub
1.Download . Zip bags
(1)Click the library download link on the product Wiki page to go to the library file download page
(2)Download the library zip package from the page
2.Use gitclone Command
(1)Open the Arduino Libraryies folder
(2)Install GIT software, right-click and select GIT Bash Here
Enter the git clone url command
(3)The Library files have been downloaded to the Library folder
(4)You can see the downloaded Library files at the Arduino > Sketch > Include Library path