Skip to content

Commit b0cfd78

Browse files
author
AJ Keller
authored
Merge pull request #6 from aj-ptw/master
v0.0.9
2 parents 3dc48f8 + 72244af commit b0cfd78

File tree

7 files changed

+1489
-1
lines changed

7 files changed

+1489
-1
lines changed

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.0.9
2+
3+
### New Features
4+
5+
* Add impedance calculation functions from cyton
6+
* The simulator from OpenBCI_NodeJS has been ripped out and place into this library! Woo.
7+
18
# 0.0.8
29

310
### New Features

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
module.exports.Constants = require('./openBCIConstants');
22
module.exports.Debug = require('./openBCIDebug');
3+
module.exports.Simulator = require('./openBCISimulator');
34
module.exports.Utilities = require('./openBCIUtilities');

0 commit comments

Comments
 (0)