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
PNI Sensor Corporation recommend to start measurement after populating cycles registers
So this way is slightly incorrect
This way will be a little bit better
busWrite(mag->busDev, RM3100_REG_TMRC, TMRC_DEFAULT); busWrite(mag->busDev, RM3100_REG_CCX1, CCX_DEFAULT_MSB); busWrite(mag->busDev, RM3100_REG_CCX0, CCX_DEFAULT_LSB); busWrite(mag->busDev, RM3100_REG_CCY1, CCY_DEFAULT_MSB); busWrite(mag->busDev, RM3100_REG_CCY0, CCY_DEFAULT_LSB); busWrite(mag->busDev, RM3100_REG_CCZ1, CCZ_DEFAULT_MSB); busWrite(mag->busDev, RM3100_REG_CCZ0, CCZ_DEFAULT_LSB); busWrite(mag->busDev, RM3100_REG_CMM, CMM_DEFAULT);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
PNI Sensor Corporation recommend to start measurement after populating cycles registers
So this way is slightly incorrect
This way will be a little bit better
The text was updated successfully, but these errors were encountered: