Changelog
1.2.3
Changelog
1.2.1
Changelog
1.2.0
Changelog
1.1.0
.time()
which should be used in time syncing.syncClocksFull()
which should be used for immediate consecutive time syncssynced
event. Check valid
property for if the sync was donesynced
event to README.mdtimeSync
to sntpTimeSync
.sntpNow()
because it was replaced by .time()
Changelog
1.0.1
README.md
Changelog
1.0.0
The second major release for the OpenBCI Node.js SDK brings major changes, improvements and stability, on top of a push to increase automated test coverage.
openbci
instead of openbci-sdk
.info
property which contains verified board information parsed from the OpenBCI's softReset()
response.eot
event that is emitted when a user sends a command that results in an EOT ("$$$") being sent from the boarderror
and close
events from serialport now emtted events users can subscribe to.openbci-sdk
anymore, now called openbci
.accelData
array instead of .auxData
array.parseRawPacket()
is now called parseRawPacketStandard()
ready
event only triggered after soft reset. eot
event emitted in all other conditions resulting in the board sending EOT ("$$$")simulatorAlpha
to simulatorInjectAlpha
simulatorLineNoise
to simulatorInjectLineNoise
connect()
no longer rejects on close
or error
event from the serialport.