Arduino libraries installed-DFRobot

Arduino Libraries Installed

Methods 1、 Add libraries by "manager Libraries"

(1)Open the Arduino > Tools >Manage Libraries... ,A "Library Manager" dialog box pops up

IDE1

Open the Arduino > Sketch > Include Library > manager Libraries...,A "Library Manager" dialog box will pops up too

IDE2

(2)Enter the desired library file name in the dialog box and the library file will be displayed below. Click "Install" to download it

IDE3

(3)You can see the downloaded Library files at the Arduino > Sketch > Include Library path

IDE4


Methods 2、 Add libraries by adding .zip libraries

(1) Open the Arduino > Sketch > Include Library > Add .zip library... path

ZIP1

(2)Select the library.zip file you want to put in

ZIP2

(3)You can see the downloaded Library files at the Arduino > Sketch > Include Library path

ZIP3


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

github1

(2)Download the library zip package from the page

github2

2.Use gitclone Command


(1)Open the Arduino Libraryies folder

g1

(2)Install GIT software, right-click and select GIT Bash Here

g2

Enter the git clone url command

G3

(3)The Library files have been downloaded to the Library folder

G4

(4)You can see the downloaded Library files at the Arduino > Sketch > Include Library path

g5