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.
Diff: BNO055.h
- Revision:
- 7:476e1789d63f
- Parent:
- 6:07d01bf36ad0
diff -r 07d01bf36ad0 -r 476e1789d63f BNO055.h --- a/BNO055.h Wed Aug 23 09:44:43 2017 +0000 +++ b/BNO055.h Wed Nov 20 16:15:08 2019 +0000 @@ -67,9 +67,9 @@ } BNO055_ID_INF_TypeDef; typedef struct { - double h; - double r; - double p; + int16_t h; + int16_t r; + int16_t p; } BNO055_EULER_TypeDef; typedef struct {