Chaged the i2c address to 0x68 from 0x69 rest was fine with the old libraray.

Dependents:   rijo-mpu6050 TTSMCU6050

Fork of MPU6050 by Erik -

Files at this revision

API Documentation at this revision

Comitter:
rijo11811
Date:
Sat Oct 10 01:25:16 2015 +0000
Parent:
2:5c63e20c50f3
Commit message:
Program to interface MPU 6050 with lpc1768

Changed in this revision

MPU6050.h Show annotated file Show diff for this revision Revisions of this file
diff -r 5c63e20c50f3 -r 7eadd361ac91 MPU6050.h
--- a/MPU6050.h	Mon Sep 10 21:26:25 2012 +0000
+++ b/MPU6050.h	Sat Oct 10 01:25:16 2015 +0000
@@ -16,7 +16,7 @@
  * Defines
  */
 #ifndef MPU6050_ADDRESS
-    #define MPU6050_ADDRESS             0x69 // address pin low (GND), default for InvenSense evaluation board
+    #define MPU6050_ADDRESS             0x68 // address pin low (GND), default for InvenSense evaluation board
 #endif
 
 #ifdef MPU6050_ES