openbci-utilities
Advanced tools
Comparing version 0.0.2 to 0.0.4
@@ -0,1 +1,7 @@ | ||
# 0.0.4 | ||
### Bug Fixes | ||
* Fix bug where samples were not properly being extracted | ||
# 0.0.2 | ||
@@ -2,0 +8,0 @@ |
@@ -21,3 +21,3 @@ 'use strict'; | ||
* @typedef {Object} ProcessedBuffer | ||
* @property {Buffer} buffer The remaining buffer. Can be null. | ||
* @property {Buffer|SafeBuffer|Buffer2} buffer The remaining buffer. Can be null. | ||
* @property {Array} rawDataPackets The extracted raw data packets | ||
@@ -889,2 +889,3 @@ */ | ||
* @param o.scale {Boolean} (optional) Default `true`. A gain of 24 for Cyton will be used and 51 for ganglion by default. | ||
* @return {Array} samples An array of {Sample} | ||
* @author AJ Keller (@pushtheworldllc) | ||
@@ -935,3 +936,3 @@ */ | ||
} | ||
sample.push(sample); | ||
samples.push(sample); | ||
} catch (err) { | ||
@@ -938,0 +939,0 @@ samples.push({ |
{ | ||
"name": "openbci-utilities", | ||
"version": "0.0.2", | ||
"version": "0.0.4", | ||
"description": "The official utility package of Node.js SDK for the OpenBCI Biosensor Boards.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
129707
3116