ESP OpenBCI - An EEG Signal Processing Library for OpenBCI Hardware

com.github.mrstampy.esp.openbci
Interface OpenBCIConstants

All Known Implementing Classes:
MultiConnectOpenBCISocket, RxtxDataBuffer

public interface OpenBCIConstants

The Interface OpenBCIConstants.


Field Summary
static int CHANNELS_START_IDX
          The channels start idx.
static byte END_PACKET
          The end packet.
static int NUM_CHANNELS_IDX
          The num samples idx.
static byte START_PACKET
          The start packet.
 

Field Detail

START_PACKET

static final byte START_PACKET
The start packet.

See Also:
Constant Field Values

END_PACKET

static final byte END_PACKET
The end packet.

See Also:
Constant Field Values

NUM_CHANNELS_IDX

static final int NUM_CHANNELS_IDX
The num samples idx.

See Also:
Constant Field Values

CHANNELS_START_IDX

static final int CHANNELS_START_IDX
The channels start idx.

See Also:
Constant Field Values

brought to you by Mr. Stampy