Skip to content

Commit d7dbdd1

Browse files
author
AJ Keller
committed
Add simulator
1 parent 5fcbb32 commit d7dbdd1

File tree

5 files changed

+1389
-0
lines changed

5 files changed

+1389
-0
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### New Features
44

55
* Add impedance calculation functions from cyton
6+
* The simulator from OpenBCI_NodeJS has been ripped out and place into this library! Woo.
67

78
# 0.0.8
89

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)