/Cleverhand-configGUI

Primary LanguageC++GNU General Public License v3.0GPL-3.0

CleverHand configuraton GUI

GitHub release (latest by date) GitHub

Simple Graphical interface to configurate a CleverHand master and stream EMG samples.

GUI

GUI

Building source code

To build the project run:

cd qt-clvhd-config
mkdir build && cd build
cmake .. && make

Demonstration app

When the project have been built, you can run:

./qt-clvhd-config -h

to get the demonstration app usage.

Example

Open the main.cpp file to get an example how to use the lib.