Documentation
¶
Index ¶
Constants ¶
View Source
const ( ExtendedEvent = "extended" SignalEvent = "signal" AttentionEvent = "attention" MeditationEvent = "meditation" BlinkEvent = "blink" WaveEvent = "wave" EEGEvent = "eeg" ErrorEvent = "error" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MindWaveDriver ¶
MindWaveDriver is the Gobot driver for the Neurosky MindWave Sensor
func NewMindWaveDriver ¶
func NewMindWaveDriver(a mindWaveSerialAdaptor, opts ...serial.OptionApplier) *MindWaveDriver
NewMindWaveDriver creates a driver for Neurosky MindWave and adds the following events:
extended - user's current extended level signal - shows signal strength attention - user's current attention level meditation - user's current meditation level blink - user's current blink level wave - shows wave data eeg - showing eeg data
Click to show internal directories.
Click to hide internal directories.