Skip to content

Instantly share code, notes, and snippets.

@alanchrt
Created October 15, 2013 20:11
Show Gist options
  • Save alanchrt/6997883 to your computer and use it in GitHub Desktop.
Save alanchrt/6997883 to your computer and use it in GitHub Desktop.
Connecting MindwaveMobile bluetooth headsets
headsets = [
{
'name': 'red',
'headset': mindwave.Headset('/dev/tty.MindWaveMobile-DevA', open_serial=False),
},
{
'name': 'green',
'headset': mindwave.Headset('/dev/tty.MindWaveMobile-DevA-1', open_serial=False),
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment