PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Report conversation within the mpu, including command byte and interrupt status. More...
#include <icm20948.h>
Public Attributes | |
uint8_t | accel_x [2] |
uint8_t | accel_y [2] |
uint8_t | accel_z [2] |
uint8_t | gyro_x [2] |
uint8_t | gyro_y [2] |
uint8_t | gyro_z [2] |
uint8_t | temp [2] |
struct ak09916_regs | mag |
Report conversation within the mpu, including command byte and interrupt status.
Definition at line 293 of file icm20948.h.
uint8_t ICMReport::accel_x[2] |
Definition at line 294 of file icm20948.h.
uint8_t ICMReport::accel_y[2] |
Definition at line 295 of file icm20948.h.
uint8_t ICMReport::accel_z[2] |
Definition at line 296 of file icm20948.h.
uint8_t ICMReport::gyro_x[2] |
Definition at line 297 of file icm20948.h.
uint8_t ICMReport::gyro_y[2] |
Definition at line 298 of file icm20948.h.
uint8_t ICMReport::gyro_z[2] |
Definition at line 299 of file icm20948.h.
struct ak09916_regs ICMReport::mag |
Definition at line 301 of file icm20948.h.
uint8_t ICMReport::temp[2] |
Definition at line 300 of file icm20948.h.