v0.0.8
·
101 commits
to master
since this release
0.0.8
New Features
- Sample object now has property
valid
of typeboolean
,false
when error parseing packet,true
otherwise. Onfalse
there will be another property callederror
of typestring
which contains an error message.
0.0.7
Continuous Integration
- Add
npm run test-lint
to add linting to travis.yml
Bug Fixes
- Last sample number was confusing to use with
transformRawDataPacketsToSample
New Features
- In openBCIUtilities.js add function
transformRawDataPacketToSample
to parse a single raw data packet - In openBCIConstants.js add function
rawDataToSampleObjectDefault(numChannels)
which should be used by drivers to create the object that is passed through each call totransformRawDataPacketsToSample