An Arduino library for the 9-axis accelerometer, gyroscope and magnetometer MPU9250 and MPU6500. It contains many example sketches make it easy to use.
c:\Users\user\Arduino\libraries\MPU9250_WE\src/MPU6500_WE.h:337:28: error: section attribute not allowed for 'accOffsetVal'
337 | RTC_DATA_ATTR xyzFloat accOffsetVal; // to be able to keep offsets after deep sleep
| ^~~~
c:\Users\user\Arduino\libraries\MPU9250_WE\src/MPU6500_WE.h:338:28: error: section attribute not allowed for 'gyrOffsetVal'
338 | RTC_DATA_ATTR xyzFloat gyrOffsetVal;
| ^~~~
c:\Users\user\Arduino\libraries\MPU9250_WE\src/MPU6500_WE.h:337:28: error: section attribute not allowed for 'accOffsetVal' 337 | RTC_DATA_ATTR xyzFloat accOffsetVal; // to be able to keep offsets after deep sleep | ^
~~~ c:\Users\user\Arduino\libraries\MPU9250_WE\src/MPU6500_WE.h:338:28: error: section attribute not allowed for 'gyrOffsetVal' 338 | RTC_DATA_ATTR xyzFloat gyrOffsetVal; | ^~~~