Skip to content
New issue

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

gravityNew = (float) Math.sqrt(oriValues[0] * oriValues[0] + oriValues[1] * oriValues[1] + oriValues[2] * oriValues[2]); #3

Open
ghost opened this issue May 24, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented May 24, 2017

gravityNew = (float) Math.sqrt(oriValues[0] * oriValues[0]
+ oriValues[1] * oriValues[1] + oriValues[2] * oriValues[2]);
这个代表传感器的值啊

@ghost ghost closed this as completed May 24, 2017
@ghost ghost reopened this May 24, 2017
@finnfu
Copy link
Owner

finnfu commented May 25, 2017

oriValue这个数组里面是三轴的原始数据

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant