We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The configuration must properly mask the output rate before sending the config to the device
https://github.com/brainexe/node-metawear/blob/master/src/registers/gyro.js#L77
should be masked with 0x20 like
0x20
https://github.com/brainexe/node-metawear/blob/master/src/registers/accelerometer.js#L98
The text was updated successfully, but these errors were encountered:
The fix can actually be tested under commit a471a3c https://github.com/alanhortz/node-metawear/tree/sensorfusion
Sorry, something went wrong.
Solved v0.3.7
No branches or pull requests
The configuration must properly mask the output rate before sending the config to the device
https://github.com/brainexe/node-metawear/blob/master/src/registers/gyro.js#L77
should be masked with
0x20
likehttps://github.com/brainexe/node-metawear/blob/master/src/registers/accelerometer.js#L98
The text was updated successfully, but these errors were encountered: