Arduino KVComm
master
Key-Value pair communication library for Arduino
|
This document assumes that the Arduino IDE is already installed, as well as the necessary hardware support packages, such as Teensyduino or the ESP32 Core, if you're not using a standard board.
Here are some links to installation instructions for the Arduino IDE on Linux, on Windows, and on OSX.
If you want to keep up to date with the latest developments, or if you want an easy way to update, the Git install is recommended. Otherwise, the installation without Git will be fine as well.
Download the repository as a ZIP archive by going to the home page of the repository and click the green Clone or download button on the top right.
If you want to download the latest stable release, you can go to the Releases page on GitHub.
Open the Arduino IDE, and go to the Sketch > Include Library > Add .ZIP Library menu.
Then navigate to your downloads directory where you just downloaded the library.
Select it, and click Ok.
If you haven't already, install Git from https://git-scm.com/downloads or use your system's package manager.
On Ubuntu and other Debian-based distros:
Open a terminal window and change the directory to your Arduino folder.
In a Linux terminal or Git Bash:
If you installed the library using Git, you can easily update it when a new version comes out.
To update to the latest master
version:
After installing the Arduino library, you can also install the C++ library for your computer.
Open the Arduino-KVComm/build
folder in a terminal, and run the following commands to build, test, and install the library:
If you don't have sudo
access, you can install it for your user only, instead of system wide:
Keep in mind that the ~/.local/lib
folder may not be in the path of the dynamic linker/loader, or in the CMake path, so you might have to add the paths manually.