Closed andrewheusser closed 8 years ago
Which version are you using? Is this error on initialization?
this was someone else's error, but I've run into this as well. they are using openbci-sdk 0.3.7 and node 4.4.6. Yes, the error is on init
i always use this form to initialize:
var OpenBCIBoard = require('openbci-sdk');
var ourBoard = new OpenBCIBoard.OpenBCIBoard();
ok will investigate! Thanks for the report! I guess all the automated tests are using the way you do too 👎
wow... epic fail on my part! The read me was wrong every where but a couple of them! Big thanks to "someone else" @andrewheusser Please checkout this PR and merge if it looks good! Thanks for the report and follow through. ~AJ
returns
but
works fine! any ideas why?