openbci-archive / OpenBCI_NodeJS

Node.js SDK for the all OpenBCI Biosensor Boards
https://www.npmjs.com/package/openbci
137 stars 52 forks source link

ADD Ability to output microvolts in samples instead of volts #53

Closed andrewjaykeller closed 7 years ago

andrewjaykeller commented 8 years ago

Could add as an option to the constructor

andrewjaykeller commented 8 years ago

@teonbrooks thoughts on this feature request?

teonbrooks commented 8 years ago

hmm...this flexibility could lead to unintended consequences for packages using the sdk, like visualizations that expect it to be in Volts. would the default be Volt?

andrewjaykeller commented 8 years ago

Yeah the default would be volts and I guess somewhere along the way you would specify you want output in uV

andrewjaykeller commented 7 years ago

closing because no interest