ProjectSetup - UniQHW/NudeAudio_Move-S_Readable-BT-Controller GitHub Wiki

Project Setup

In this section, the user is guided trough the procedures necessary to install this library

Used libraries

As this software makes use of the Interval time stamp structure available under the UniQHW Arduino Interval Library, it is necessary to download and install it first.

Installation

To install the library, simply clone or download the repository to the Arduino libraries directory, typically located under home/<username>/Arduino/libraries

To clone (assuming the default libraries path is used) :

cd ~/Arduino/libraries
git clone https://github.com/UniQHW/NudeAudio_Move-S_Readable-BT-Controller

Usage

To include the Nude Audio Move S Readable Bluetooth Controller Library :

#include <move_s_r.h>

If device measurements or observations are necessary, you may include the testing header that comes with device measurement functions as long as the BT_LED input is attached to D2 and SPK input to A5

#include <move_s_r_testing.h>
⚠️ **GitHub.com Fallback** ⚠️