MyoLinux
|
Constructs needed for communication with the Myo device. More...
Namespaces | |
myolinux::myo | |
Contains the Myo client and auxiliary classes. | |
Classes | |
class | Serial |
Class for communication over the serial port. More... | |
Constructs needed for communication with the Myo device.
All communication with the device is done using the myolinux::myo::Client class, all other constructs are only needed as arguments or are returned by a member function.
For a simple example look at main.cpp file.