I am trying to read from my BMP085 barometric sensor over I2C but the Arduino Due will not find this or any of the other I2C devices I have connected. I am using the I2C Scanner (
http://playground.arduino.cc/Main/I2cScanner) code from the Arduino Playground. I currently have a barometric sensor, accelerometer, gyro, and compass IMU board as well as a RTC module connected with I2C. I have checked that the devices are working and ran a scan with my Raspberry Pi. All the correct address showed up.
I haven't used the Due before and am not sure if this is a configuration error or what.