Arduino Library Installation

Installation Methods

The library can be installed in several ways:

  • Arduino IDE library manager

  • Arduino IDE import .zip library

  • Arduino IDE manual installation

  • PlatformIO

These installation processes are conveniently described on the official Arduino website.

  • Arduino IDE Library Manager

Library name: high-side-switch-ino

  • Arduino IDE Manual Installation

Download the desired .zip library version from the repository releases section.

../../_images/gh-master-zip.png

Warning

As a general recommendation, downloading directly from the master branch should be avoided. Even though it should not, it could contain incomplete or faulty code.

  • PlatformIO

Refer to the section PlatformIO and the official website.