ganglion-ble
Advanced tools
Comparing version
{ | ||
"name": "ganglion-ble", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "WebBluetooth client for the Ganglion EEG board by OpenBCI", | ||
@@ -5,0 +5,0 @@ "main": "dist/ganglion-ble.umd.js", |
@@ -16,2 +16,3 @@ # OpenBCI Ganglion | ||
await ganglion.connect(); | ||
await ganglion.start(); | ||
@@ -23,3 +24,3 @@ ganglion.stream.subscribe(sample => { | ||
A sample consists of: | ||
Currently, a sample consists of a Uint8Array of 20. Next steps are to process this buffer into a sample following this data structure: | ||
@@ -26,0 +27,0 @@ ``` js |
161783
0.08%43
2.38%