program test MPU6050

Dependents:   ticker_test_mpu6050

Fork of MPU6050 by Erik -

Revision:
5:228ddc13168a
Parent:
4:4926b02b5eab
--- a/MPU6050.cpp	Wed Feb 18 08:59:32 2015 +0000
+++ b/MPU6050.cpp	Wed Feb 18 17:04:17 2015 +0000
@@ -10,7 +10,7 @@
     currentGyroRange = 0;
     currentAcceleroRange=0;
     MPU6050_ADDRESS=0x68;
-    
+    //connection.frequency(400000); //mesures ne fonctionnent pas
     // test I2C connexion and update MPU6050_ADDRESS
     isFindMPU6050=I2C_finder();
     // if MPU6050 not found stop the program !!!!!