Seed Barometer with I2C interface, NOT working with Seed Arch BLE. Need help.

Dependencies:   BMP085 mbed-src

Fork of Seeed_Barometer_Sensor_Example by Seeed

Revision:
2:371c934ec950
Parent:
1:e15e9cb70711
Child:
4:fb3edb8a479c
--- a/main.cpp	Sun Nov 02 08:35:28 2014 +0000
+++ b/main.cpp	Mon Nov 03 19:38:45 2014 +0000
@@ -5,7 +5,7 @@
 int main(void)
 {
     printf("Creating i2c interface  ...\r\n");
-    I2C ic(p5, p6); // I2C (pin sda, pin slc)
+    I2C ic(p13, p15); // I2C (pin sda, pin slc)
     printf("Creating barometer interface  ...\r\n");
     BMP085 barometer(ic, BMP085_oss1);