openbci-ganglion
Advanced tools
Changelog
v1.0.0
Complete over haul of the core of the application to use the OpenBCI utilities NodeJS package.
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 ModuleInitial Beta Release. Adds linting!
Changelog
v0.4.3
Changelog
v0.4.2
Changelog
v0.4.1
Changelog
v0.4.0
Changelog
v0.3.8
scanStart
and scanStop
to better control scanning.