Changelog
2.2.0
Changelog
2.1.4
Changelog
2.1.3
.syncRegisterSettings()
Changelog
2.1.2
Changelog
2.1.1
getBoardType()
#152 (thanks @nateGeorge)Changelog
2.1.0
this.info
object to only have firmware version and number of missed packets. Code dependent on this.info should switch to using numberOfChannels()
, and getBoardType()
and sampleRate()
for accurate board info!Changelog
2.0.1
Changelog
2.0.0
index.js
file allows for ES6 destructingOpenBCIBoard
to Cyton
to follow new naming convention.
Simply change:
const OpenBCIBoard = require('openbci').OpenBCIBoard;
const ourBoard = new OpenBCIBoard();
const Cyton = require('openbci').Cyton;
const ourBoard = new Cyton();
factory
paradigm.openbci-utilities
.testSignal
function.Changelog
1.5.2
performance-now
: from ^0.2.0
to 2.1.0
serialport
- from 4.0.1
to 4.0.7
bluebird
: from 3.4.6
to 3.5.0
chai-as-promised
: from ^5.2.0
to ^6.0.0
codecov
: from ^1.0.1
to ^2.1.0
semistandard
: from ^9.0.0
to ^10.0.0
sinon
: from ^1.17.2
to ^2.1.0
snazzy
: from ^5.0.0
to ^6.0.0