Revision d71199a8
Adafruit_BNO055.h | ||
---|---|---|
44 | 44 |
|
45 | 45 |
typedef struct |
46 | 46 |
{ |
47 |
uint16_t accel_offset_x;
|
|
48 |
uint16_t accel_offset_y;
|
|
49 |
uint16_t accel_offset_z;
|
|
50 |
uint16_t gyro_offset_x;
|
|
51 |
uint16_t gyro_offset_y;
|
|
52 |
uint16_t gyro_offset_z;
|
|
53 |
uint16_t mag_offset_x;
|
|
54 |
uint16_t mag_offset_y;
|
|
55 |
uint16_t mag_offset_z;
|
|
56 |
|
|
57 |
uint16_t accel_radius;
|
|
58 |
uint16_t mag_radius;
|
|
47 |
int16_t accel_offset_x; |
|
48 |
int16_t accel_offset_y; |
|
49 |
int16_t accel_offset_z; |
|
50 |
int16_t gyro_offset_x; |
|
51 |
int16_t gyro_offset_y; |
|
52 |
int16_t gyro_offset_z; |
|
53 |
int16_t mag_offset_x; |
|
54 |
int16_t mag_offset_y; |
|
55 |
int16_t mag_offset_z; |
|
56 |
|
|
57 |
int16_t accel_radius; |
|
58 |
int16_t mag_radius; |
|
59 | 59 |
} adafruit_bno055_offsets_t; |
60 | 60 |
|
61 | 61 |
class Adafruit_BNO055 : public Adafruit_Sensor |
library.properties | ||
---|---|---|
1 | 1 |
name=Adafruit BNO055 |
2 |
version=1.1.3
|
|
2 |
version=1.1.4
|
|
3 | 3 |
author=Adafruit <info@adafruit.com> |
4 | 4 |
maintainer=Adafruit <info@adafruit.com> |
5 | 5 |
sentence=Library for the Adafruit BNO055 Absolute Orientation Sensor. |
Also available in: Unified diff