Skip to content

v1.0.0

Compare
Choose a tag to compare
@andrewjaykeller andrewjaykeller released this 04 Oct 23:31
· 82 commits to master since this release

v1.0.0

Complete over haul of the core of the application to use the OpenBCI utilities NodeJS package.

Bug Fixes

  • Accel count value was wrong, was twice what it should have been.
  • Closes #36 (thanks @chyumin)

Breaking Changes

  • Removed index.js and made entry point openBCIGanglion.js which leads to import of const Ganglion = require('openbci-ganglion'); instead of const Ganglion = require('openbci-ganglion').Ganglion
  • Constants are now taken from new OpenBCI Utilities Module