You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, EMG streaming begins when an instance of MyoEMG is created, and continues for entirely of the object's existence. In practice this will probably be unnecessarily demanding on the armband's battery life, and a mechanism to enable/disable streaming should be added to the MyoEMG class.
Proposed Solution
Add instance methods enableEmgStreaming() and disableEmgStreaming() to the MyoEMG class. EMG streaming can be enabled/disabled by subscribing/unsubscribing to notifications from the 4 EMG Data channels.
The text was updated successfully, but these errors were encountered:
Currently, EMG streaming begins when an instance of
MyoEMG
is created, and continues for entirely of the object's existence. In practice this will probably be unnecessarily demanding on the armband's battery life, and a mechanism to enable/disable streaming should be added to theMyoEMG
class.Proposed Solution
Add instance methods
enableEmgStreaming()
anddisableEmgStreaming()
to theMyoEMG
class. EMG streaming can be enabled/disabled by subscribing/unsubscribing to notifications from the 4 EMG Data channels.The text was updated successfully, but these errors were encountered: