adafruit / Adafruit_CircuitPython_LSM9DS0

CircuitPython module for the LSM9DS0 accelerometer, gyroscope, magnetometer.
MIT License
4 stars 9 forks source link

Fix bug in gyro property #9

Closed caternuson closed 6 years ago

caternuson commented 6 years ago

Fix for #8 Same fix as done here: https://github.com/adafruit/Adafruit_CircuitPython_LSM9DS1/pull/10

kattni commented 6 years ago

This still needs to be tested. Reviewers, please do not merge until an update indicates that testing is completed.