Skip to content

v0.0.8

Compare
Choose a tag to compare
@andrewjaykeller andrewjaykeller released this 14 Jul 21:17
· 101 commits to master since this release

0.0.8

New Features

  • Sample object now has property valid of type boolean, false when error parseing packet, true otherwise. On false there will be another property called error of type string 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 to transformRawDataPacketsToSample