jrowberg / i2cdevlib

I2C device library collection for AVR/Arduino or other C++-based MCUs
http://www.i2cdevlib.com
3.92k stars 7.52k forks source link

L3G4200D Gyro outputting strange values #46

Closed ghost closed 2 years ago

ghost commented 11 years ago

I'm using an L3G4200D on a Gy-80 sensor board with an Arduino Due.

The raw values obtained when running the L3G4200D_raw.ino code range from 0 to 255, there is no difference between clockwise and counter clockwise rotations.

The issue doesn't happen when using the L3G.h library (https://github.com/pololu/L3G) so it doesn't seem to be a hardware issue.

jrowberg commented 2 years ago

Closing ancient issue for cleanup.