Arduino - How to Install Library
What is Library?
Library is a collection of code that makes it easy for using modules or other devices. Arduino IDE are pre-install some libraries. If you want to install other libraries, you can download more from the Internet.
How to Install Library.
- Install from Library Manager
- Install from Zip file
- Manual Installation
Install from Library Manager
For installation of this library, you can open the Arduino IDE program. Select the Sketch > Include Library> Manage Library ...
Search Library > Select Version > InstallFor installation of this library, you can open the Arduino IDE program. Select the Sketch > Include Library> Manage Library ...
Install from Zip file
For installation of this library, you can open the Arduino IDE program. Select the Sketch > Include Library> Add .Zip Library.
Then select the desired .zip file to add to the Arduino IDE.
Manual installation
For installation, this library can be installed by opening the Document > Arduino > libraries and copying the library file to install immediately.
(If you open the Arduino IDE, you must close the program and reopen it.)
Referent
- https://www.arduino.cc/en/Guide/Libraries
Comments
Post a Comment