issues

Dependents:   mpu6050_test_basic_1

Fork of MPU6050 by Simon Garfieldsg

Revision:
2:d7915dab2d3c
Parent:
0:662207e34fba
--- a/I2Cdev.h	Wed May 08 00:34:55 2013 +0000
+++ b/I2Cdev.h	Tue Jul 01 23:24:17 2014 +0000
@@ -9,13 +9,9 @@
 
 #include "mbed.h"
 
-#define I2C_SDA p28
-#define I2C_SCL p27
-
 class I2Cdev {
     private:
         I2C i2c;
-        Serial debugSerial;
     public:
         I2Cdev();
         I2Cdev(PinName i2cSda, PinName i2cScl);