Microchip® Advanced Software Framework

bno055_accel_t Struct Reference

struct for accel data read from registers

#include <bno055_doc.h>

Data Fields

s16 x
 accel x data More...
 
s16 y
 accel y data More...
 
s16 z
 accel z data More...
 

s16 bno055_accel_t::x

accel x data

Referenced by acce_sensor_data_send(), and bno055_read_accel_xyz().

s16 bno055_accel_t::y

accel y data

Referenced by acce_sensor_data_send(), and bno055_read_accel_xyz().

s16 bno055_accel_t::z

accel z data

Referenced by acce_sensor_data_send(), and bno055_read_accel_xyz().