3-axis accererometer MMA7361
Posted: Thu Aug 15, 2013 5:47 pm
@Paul Badger
3-axis accererometer MMA7361
What are the final "units of measurement" of the MMA7361 in the demo program?
I am just a novice.
3-axis accererometer MMA7361
What are the final "units of measurement" of the MMA7361 in the demo program?
I am just a novice.
tiltx = atan2( sqrt((y*y) + (z*z)), x);
tilty = atan2( sqrt((x*x) + (z*z)), y);
tiltz = atan2( sqrt((y*y) + (x*x)), z);