Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

Releases: d4rken/myolib

Maintenance

04 Mar 12:47
Compare
Choose a tag to compare

Updated dependencies (gradle, buildtools etc.) to work with Android Studio 3.0.1+.

Fixed UUID for MotionCharacteristics

12 Oct 17:14
Compare
Choose a tag to compare

Changed EMG data conversion

04 Sep 14:26
Compare
Choose a tag to compare

The EMG data is now represented as byte with values ranging from -128 to 127, previously it was an int with values from 0 to 255. The new values per sensor pod are more logical too as no EMG input will be reflected by a value around 0.

Depending on how you previously used the received EMG data you may need to adapt your conversion.

Small bugfixes

10 Aug 12:51
Compare
Choose a tag to compare

Fixed EMG and IMU datalisteners not being added correctly.

Initial release

10 Aug 12:04
Compare
Choose a tag to compare

First public release.