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
When calling the function void icm20948_accel_read_g (axises * data); I am getting readings in g that do not have negative values. And the readings can be as high as 2.5g.
I also noticed that when receiving data from the gyroscope, some indication is remembered and in the future it is added to the gyroscope data
I am using STM32 Discovery board with STM32F407vgt chip
The text was updated successfully, but these errors were encountered:
When calling the function
void icm20948_accel_read_g (axises * data);
I am getting readings in g that do not have negative values. And the readings can be as high as 2.5g.I also noticed that when receiving data from the gyroscope, some indication is remembered and in the future it is added to the gyroscope data
I am using STM32 Discovery board with STM32F407vgt chip
The text was updated successfully, but these errors were encountered: