CubeCell HTCC-AB02S + MPU6050

Could someone let me know how I can change the MPU6050.h library for a project using a CubeCell HTCC-AB02S and an MPU6050 accelerometer? Or which library should I use? And finally, how should I do the pinout correctly?
Thank you very much in advance!

You must define the SDA and SCL pins in the code otherwise it does not work, in the wire.h library you define them and it works as follows.

int SDApin = GPIO9;

int SCLpin = GPIO8;