Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Orion_newPCB_test_LV Orion_PCB_test_Faulhaber_gr41_wptcmd_V1
Fork of BNO055 by
Revision 7:14cdbe8c68af, committed 2016-01-20
- 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
