Ported from Arduino Library : https://github.com/jrowberg/i2cdevlib/tree/master/Arduino/MPU6050

Dependents:   kopija_NUCLEO_CELL_LOCKER_copy

Fork of MPU6050 by Simon Garfieldsg

Revision:
4:1e0b279766be
Parent:
3:b21c8c3456be
--- a/I2Cdev.h	Tue Aug 01 15:03:01 2017 +0000
+++ b/I2Cdev.h	Tue Nov 07 16:34:43 2017 +0000
@@ -9,8 +9,8 @@
 
 #include "mbed.h"
 
-#define I2C_SDA p26
-#define I2C_SCL p27
+#define I2C_SDA PB_9
+#define I2C_SCL PB_8
 //extern Serial pc; 
 class I2Cdev {
     private: