MyoLinux
|
This is the documentation for a C++ library for interfacing with the Myo armband on Linux.This implementation uses the bled112 dongle that is included with the device. The dongle operates over a serial port, here abstracted as a Serial class. Three protocols are needed for the comminication with the device, each of is implemented in a separate namespace myolinux::bled112, myolinux::gatt and myolinux::myo.
For general use only constructs defined in the Myo for Linux are needed.