You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The fxas21002 gyroscope driver scales it's output to deg/s rather than rad/s (which is what the docs say SENSOR_CHANNEL_GYRO_* should output).
To Reproduce
Run the fxas21002 sample project and observe the output. This can also be observed analytically by comparing the fxas21002_convert() function in fxas21002.c to the datasheet values for deg/s per LSB.
Expected behavior
Output data is in rad/s.
Impact
Minimal
The text was updated successfully, but these errors were encountered:
Describe the bug
The fxas21002 gyroscope driver scales it's output to deg/s rather than rad/s (which is what the docs say SENSOR_CHANNEL_GYRO_* should output).
To Reproduce
Run the fxas21002 sample project and observe the output. This can also be observed analytically by comparing the fxas21002_convert() function in fxas21002.c to the datasheet values for deg/s per LSB.
Expected behavior
Output data is in rad/s.
Impact
Minimal
The text was updated successfully, but these errors were encountered: