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.
Fork of BNO055 by
Diff: BNO055.h
- Revision:
- 7:ec1c147eed91
- Parent:
- 3:1db1628eb8b2
- Child:
- 8:dee5f9d9f36c
diff -r 1f722ffec323 -r ec1c147eed91 BNO055.h --- a/BNO055.h Tue Sep 22 19:09:45 2015 +0000 +++ b/BNO055.h Sun Apr 23 01:04:01 2017 +0000 @@ -3,7 +3,7 @@ #include "mbed.h" // -#define BNOAddress (0x28 << 1) +#define BNOAddress (0x29 << 1) //Register definitions /* Page id register definition */ #define BNO055_PAGE_ID_ADDR 0x07
