Skip to content

Ino Library Installation

jaenrig-ifx edited this page Aug 4, 2020 · 3 revisions

The library can be installed in several ways:

  • Arduino IDE Library Manager
  • Arduino IDE Import .zip library
  • Arduino IDE manual installation
  • PlatformIO

These installation process are conveniently described in the official Arduino website.

Arduino IDE Library Manager

Library name: Hall-Switch

Arduino IDE Manual Installation

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

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

PlatformIO

Refer to the PlatformIO wiki section and the official website.