Maxim Integrated / BMI160

Dependents:   Rocket MAX32630FTHR_JOYSTICK MAX32630FTHR_IMU_Hello_World Pike_the_Flipper_Main_Branch ... more

Fork of BMI160 by Justin Jordan

Embed: (wiki syntax)

« Back to documentation index

BMI160::GyroConfig Struct Reference

BMI160::GyroConfig Struct Reference

Gyroscope configuration data structure. More...

#include <bmi160.h>

Data Fields

GyroRange range
 Gyroscope range.
GyroBandWidthParam bwp
 Gyroscope bandwidth param.
GyroOutputDataRate odr
 Gyroscope output data rate.

Detailed Description

Gyroscope configuration data structure.

Definition at line 358 of file bmi160.h.


Field Documentation

GyroBandWidthParam bwp

Gyroscope bandwidth param.

Definition at line 361 of file bmi160.h.

GyroOutputDataRate odr

Gyroscope output data rate.

Definition at line 362 of file bmi160.h.

GyroRange range

Gyroscope range.

Definition at line 360 of file bmi160.h.