MPU9250

Dependents:   FreeIMU

Fork of MPU6050 by Yifei Teng

Revision:
7:95e74f827c08
Parent:
6:40ac13ef7290
Child:
9:d879deb55ae1
--- a/MPU6050.h	Sat Jun 22 11:23:45 2013 +0000
+++ b/MPU6050.h	Sat Nov 02 17:23:43 2013 +0000
@@ -408,6 +408,7 @@
         Serial debugSerial;
     public:
         MPU6050();
+        MPU6050(I2C i2c);
         MPU6050(uint8_t address);
 
         void initialize();