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);
tiltx = atan2( sqrt((y*y) + (z*z)), x);
tilty = atan2( sqrt((x*x) + (z*z)), y);
tiltz = atan2( sqrt((y*y) + (x*x)), z);
mdAndy wrote:The Atmel AVR ATMeaga168p is a 28 pin device with 16K flash 1K Ram 1/2K EEProm.
The Atmel AVR ATMeaga328p is a 28 pin device with 32K flash 2K Ram 1K EEProm.
How about it?![]()
![]()