Skip to main content

Installation

Arduino Library Manager

Search for EasyButton on the Arduino Library Manager as shown below:

arduino_Library_manager

Tip

PlatformIO Library Manager

Search for EasyButton on the PlatformIO Library Manager as shown below:

arduino_Library_manager

Tip

See PlatformIO LIbrary Manager Docs for more information or the installation instructions from PlatformIO Libraries Registry

Download to Arduino libraries directory

EasyButton can be installed by downloading the source code from its official GitHub repository and copy the files to the libraries directory of your Arduino IDE installed in your system.

  1. Download the latest release
  2. Extract the content of the .zip file
  3. Copy extracted files to ~\Documents\Arduino\libraries
Tip

You can also clone the repository to the Arduino libraries directory. Please refer to Cloning a repository.

Download to project's directory

EasyButton can be installed by downloading the source code from its official GitHub repository and copy the files to the libraries directory of your Arduino project.

  1. Download the latest release
  2. Extract the content of the .zip file
  3. Copy extracted files to the lib folder on the project's directory.
Tip

You can also clone the repository to project's directory. Please refer to Cloning a repository.