MPU6050 Sensor module
MPU6050 6-DoF Accelerometer and Gyro module for Micropython
Loading...
Searching...
No Matches
MPU6050.GyroRange Class Reference

Gyroscope measurement range. More...

Static Public Attributes

int RANGE_1000_DEG = 0x02
 +/- 1000 deg/s
int RANGE_2000_DEG = 0x03
 +/- 2000 deg/s
int RANGE_250_DEG = 0x00
 +/- 250 deg/s
int RANGE_500_DEG = 0x01
 +/- 500 deg/s

Detailed Description

Gyroscope measurement range.

Member Data Documentation

◆ RANGE_1000_DEG

int RANGE_1000_DEG = 0x02
static

+/- 1000 deg/s

◆ RANGE_2000_DEG

int RANGE_2000_DEG = 0x03
static

+/- 2000 deg/s

◆ RANGE_250_DEG

int RANGE_250_DEG = 0x00
static

+/- 250 deg/s

◆ RANGE_500_DEG

int RANGE_500_DEG = 0x01
static

+/- 500 deg/s


The documentation for this class was generated from the following file: