Installation Guide using PlatformIO


1. Clone all files of the respository to your local working directory
2. Install the missing libraries
There are two possibilities - either using the Library Manager of PlatformIO or the command line tool:

1. Built-In Liabrary Manager

Press the PlatformIO HOME Button to enter the Home Screen and there the Libraries Button to add missing libraries.
Search and install the following libaries:

2. Command Line Tool

If you issue
~/.platformio/penv/bin/pio run
It should resolve all dependencies automaticaly, thanks to the definitions in the section "lib_deps =".
You could (but not need to) install the libraries by hand:
platformio lib install "<library name>“
Check that the platformio.ini is available as it holds the board type for PlatformIO.

Compile