diff --git a/Arduino/libraries/MyoBridge/Documentation/wiki/README.md b/Arduino/libraries/MyoBridge/README.md similarity index 100% rename from Arduino/libraries/MyoBridge/Documentation/wiki/README.md rename to Arduino/libraries/MyoBridge/README.md diff --git a/Arduino/libraries/MyoBridge/Documentation/html/_myo_bridge_8cpp.html b/Arduino/libraries/MyoBridge/extras/Documentation/html/_myo_bridge_8cpp.html old mode 100755 new mode 100644 similarity index 96% rename from Arduino/libraries/MyoBridge/Documentation/html/_myo_bridge_8cpp.html rename to Arduino/libraries/MyoBridge/extras/Documentation/html/_myo_bridge_8cpp.html index 6471c75..1390793 --- a/Arduino/libraries/MyoBridge/Documentation/html/_myo_bridge_8cpp.html +++ b/Arduino/libraries/MyoBridge/extras/Documentation/html/_myo_bridge_8cpp.html @@ -82,6 +82,10 @@ +
Implementation file of the MyoBridge class. More...
-#include "MyoBridge.h"
#include "MyoBridgeTypes.h"
Variables |
+ |
+ MyoBridge Library
+ 1.0
+
+ A high-level Arduino library to work with MyoBridge Firmware for the HM-11 SoC.
+ |
+
+Directories | |
directory | include |
+Files | |
file | MyoBridge.cpp |
Implementation file of the MyoBridge class. | |
file | MyoBridge.h [code] |
Header declaring the MyoBridge class with all necessary constants and types. | |
+ |
+ MyoBridge Library
+ 1.0
+
+ A high-level Arduino library to work with MyoBridge Firmware for the HM-11 SoC.
+ |
+
+Files | |
file | MyoBridgeTypes.h [code] |
Header file of MyoBridge Typedefs, Constants, Enums, Etc. for use with Arduino. | |
file | myohw.h [code] |
Myo header file by Thalmic Labs. | |
Functions for Basic Usage | These functions represent the basic functionality of the MyoBridge library and are designed to be easy to use |
Event Callback Functions | These functions set the so called callback functions for specific events |
Functions for Advanced Usage | These functions represent advanced functionality of the MyoBridge library and should only be used by users with knowledge about the Myo Bluetooth Protocol and the MyoBridge firmware |
Utility Functions | These functions are utility functions to help the user perform common, simple tasks |
▼MyoBridge Control Constants | These constants control the flow of the application or define the types of return values, states, etc |
System Status Constants | Describes the current status of the application, can be notified via the serial interface |
Serial Command Types | Types of serial commands available for controlling MyoBridge |
Serial Packet Types | Types of answers or nitifications MyoBridge sends via the serial connection |
MyoBridge Characteristic Indices | These characteristic indices are used when communication with a MyoBridge device |
▼MyoBridge Data Structures | MyoBridge Command, Response and OSAL Structures |
MyoBridge Command Structures | Structures of the commands recognized by MyoBridge |
MyoBridge Response Structures | Structures of the responses sent by MyoBridge |
▼Myo Hardware Data Structures | These types and enumerations describe the format of data sent to and from a Myo device using Bluetooth Low Energy |
Control Commands | |
▼MyoBridge Control Constants | These constants control the flow of the application or define the types of return values, states, etc |
System Status Constants | Describes the current status of the application, can be notified via the serial interface |
Serial Command Types | Types of serial commands available for controlling MyoBridge |
Serial Packet Types | Types of answers or nitifications MyoBridge sends via the serial connection |
MyoBridge Characteristic Indices | These characteristic indices are used when communication with a MyoBridge device |
▼MyoBridge Data Structures | MyoBridge Command, Response and OSAL Structures |
MyoBridge Command Structures | Structures of the commands recognized by MyoBridge |
MyoBridge Response Structures | Structures of the responses sent by MyoBridge |
▼Myo Hardware Data Structures | These types and enumerations describe the format of data sent to and from a Myo device using Bluetooth Low Energy |
Control Commands | |
Functions for Basic Usage | These functions represent the basic functionality of the MyoBridge library and are designed to be easy to use |
Event Callback Functions | These functions set the so called callback functions for specific events |
Functions for Advanced Usage | These functions represent advanced functionality of the MyoBridge library and should only be used by users with knowledge about the Myo Bluetooth Protocol and the MyoBridge firmware |
Utility Functions | These functions are utility functions to help the user perform common, simple tasks |