I am successfully reading mpu5060 values on an arduino mega2560, and using sda and scl connection for the mpu yin arduino mega.
Only problem is that I have a wireless module which fits an arduino uno and I know uno usually uses A4 and A5 pins instead of separate scl and sda pins like the mega. So my question is, can I change from using scl and sda to A4 and A5 on an arduino mega2560 either in code or hardware.
I am using the wire, I2C and MPU5060 libraries in my code