Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 9 months ago.
Are you reading lsb only??
Are you reading the lsb register only?? I am using your library but I am reading wrong values (too high accelerations) in the default +/- 2 g mode. I see you are only reading the lsb registers only. Why you are not reading the msb registers too?
Thanks.
Andrés.
I found the mistake. First, the lsb and the msb must be combined. Then, the last two bits must be removed. Greetings.