v1.0.0-beta1
Pre-release
Pre-release
·
104 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.
Breaking Changes
- Removed
index.jsand made entry pointopenBCIGanglion.jswhich leads to import ofconst Ganglion = require('openbci-ganglion');instead ofconst Ganglion = require('openbci-ganglion').Ganglion Constantsare now taken from new OpenBCI Utilities Module
Beta 1
Initial Beta Release. Adds linting!