Leon Wehmeier / Mbed OS fiasco_max32630

Dependencies:   SoftSerial MAX14690 Buffer

Fork of rtos_threading_with_callback by mbed_example

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 372 of file bmi160.h.


Field Documentation

GyroBandWidthParam bwp

Gyroscope bandwidth param.

Definition at line 375 of file bmi160.h.

GyroOutputDataRate odr

Gyroscope output data rate.

Definition at line 376 of file bmi160.h.

GyroRange range

Gyroscope range.

Definition at line 374 of file bmi160.h.