Does it have 3 chips on it?
a pressure sensor
a magnetometer
a gyro and accelerometer
The Gyro and Accelerometer is the MPU6050
if it has just 2 chips then the gyro and accelerometer magnometer is the MPU9250
put the MPU6050 files in the libraries folder in your sketch folder
open the Arduino IDE
open the MPU6050_Latest_code.ino
see if it can talk to the gyro accelerometer on your board
Your breakout board has 2 chips, the barometer and the gyro accelerometer compass mpu9255. The mpu9255 has a built in microprocessor that can handle digital motion processing! Internally the mpu9055 has a compass attached to the internal mpu6050's secondary i2c bus. Using the mpu6050 library you can access the compass in the same way you would if they were separate chips. Confusing I'll try to help more when I get to my computer.