adafruit / Adafruit_CircuitPython_LSM6DS

CircuitPython helper library for the LSM6DS family of motion sensors from ST
MIT License
25 stars 21 forks source link

change from dps->rads for gyro to fix #9 #14

Closed siddacious closed 4 years ago

siddacious commented 4 years ago

I neglected to convert to radians/sec when I first wrote the lib, so here's a fix!

Thanks to @kevinjwalters for reporting the issue