Sure, and here is the slightly modified code from the 10DOF example sketch (I just added some debugging output):
// initialize device
Serial.println(“Initializing MPU9250 I2C device…”);
accelgyro.initialize();
Serial.println(“Setting BMP280 I2C device sampling values…”);
bmp280.setSampling();
Serial.println(“Initializing BMP280 I2C device…”);
bmp280.init();