error: no matching function for call to 'MPU9250_::MPU9250_(TwoWire&, int)'
** MPU9250 IMU(Wire, IMU_ADDRESS); // Declare the IMU object**
Apparently, the IMU function, with two input parameters is the issue and is not found in MPU9250.h.
I have tried adding multiple libraries with no success.
Any help is truly appreciated as I am new to using Arduino and do not want to be stopped in my tracks by a missing library or whatever else the issue may be.