Akash Vibhute / BNO055

Dependents:   Orion_newPCB_test_LV Orion_PCB_test_Faulhaber_gr41_wptcmd_V1

Fork of BNO055 by Dave Turner

Files at this revision

API Documentation at this revision

Comitter:
akashvibhute
Date:
Wed Jan 20 02:40:21 2016 +0000
Parent:
6:1f722ffec323
Child:
8:fc4b99b86e67
Commit message:
modified i2c frequency to 40kHz

Changed in this revision

BNO055.h Show annotated file Show diff for this revision Revisions of this file
--- a/BNO055.h	Tue Sep 22 19:09:45 2015 +0000
+++ b/BNO055.h	Wed Jan 20 02:40:21 2016 +0000
@@ -3,7 +3,8 @@
 
 #include "mbed.h"
 //
-#define BNOAddress (0x28 << 1)
+//#define BNOAddress (0x28 << 1)
+#define BNOAddress (0x29 << 1)
 //Register definitions
 /* Page id register definition */ 
 #define BNO055_PAGE_ID_ADDR          0x07