How to connect MPU 9250

Hi Everyone,

I'm trying to connect my MPU 9250 to my arduino uno so I can use this library: (GitHub - Snowda/MPU9250: MPU9250 Accelerometer Driver for Arduino). Can someone help me with a wiring schematic?

Thanks!

U'll connect power and gnd. Data and clock (DTA/CLK) to Arduinos I2C-interface (A4,A5 for UNO)
!!! If this is a 3v3-device u'll need voltage adjustments.

If there is an A0-line on sensor-card ? connect to gnd or Ucc (address-selection)

I used the suggested wiring and am using this library GitHub - Snowda/MPU9250: MPU9250 Accelerometer Driver for Arduino, but I keep getting the error message : "MPU9250 connection failed". Why does it keep failing?

Post a picture of the device, or a link to one.
Need to know exactly how it is built.