dtornqvist / icm-20948-arduino-library

MIT License
23 stars 14 forks source link

issue of getting values of accelerometer ,gyroscope #1

Closed NIIHARIKARAVIPROLU closed 4 years ago

NIIHARIKARAVIPROLU commented 5 years ago

Hi, I had changed the whole code in cc1352 . and now i am only getting accelerometer x_axis values but not getting y_axis,zaxis values . May I know other than read sensors is there any function to be called to read all three axis values of gyroscope,accelerometer,magnetometer values

dtornqvist commented 4 years ago

I guess you will have to check the addresses for that data on your device. The ICM-20948 supports that all values are read at once because the values are at consecutive addresses. Maybe the cc1352 don’t.