struct for Gyro offset
#include <bno055_doc.h>
Data Fields | |
s16 | x |
Gyro offset x data. More... | |
s16 | y |
Gyro offset y data. More... | |
s16 | z |
Gyro offset z data. More... | |
s16 bno055_gyro_offset_t::x |
Gyro offset x data.
Referenced by bno055_read_gyro_offset(), and bno055_write_gyro_offset().
s16 bno055_gyro_offset_t::y |
Gyro offset y data.
Referenced by bno055_read_gyro_offset(), and bno055_write_gyro_offset().
s16 bno055_gyro_offset_t::z |
Gyro offset z data.
Referenced by bno055_read_gyro_offset(), and bno055_write_gyro_offset().