APM:Libraries
|
Public Attributes | |
struct { | |
le16_t x | |
le16_t y | |
le16_t z | |
} | gyro |
struct { | |
le16_t x | |
le16_t y | |
le16_t z | |
} | accel |
Definition at line 110 of file AP_InertialSensor_BMI160.cpp.
struct { ... } RawData::accel |
Referenced by AP_InertialSensor_BMI160::_read_fifo().
struct { ... } RawData::gyro |
Referenced by AP_InertialSensor_BMI160::_read_fifo().
le16_t RawData::x |
Definition at line 112 of file AP_InertialSensor_BMI160.cpp.
le16_t RawData::y |
Definition at line 113 of file AP_InertialSensor_BMI160.cpp.
le16_t RawData::z |
Definition at line 114 of file AP_InertialSensor_BMI160.cpp.