module Myo
Constants
- MYO_API_VERSION
- SOCKET_URL
- VERSION
Public Class Methods
connect() { |client| ... }
click to toggle source
Define event handler for each Myo
armband
# File lib/myo.rb, line 13 def self.connect client = Client.new(SOCKET_URL) yield(client) client.start end