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

Accelerometer measurement range. More...

Static Public Attributes

int RANGE_16_G = 0x03
 +/- 16g
int RANGE_2_G = 0x00
 +/- 2g
int RANGE_4_G = 0x01
 +/- 4g
int RANGE_8_G = 0x02
 +/- 8g

Detailed Description

Accelerometer measurement range.

Member Data Documentation

◆ RANGE_16_G

int RANGE_16_G = 0x03
static

+/- 16g

◆ RANGE_2_G

int RANGE_2_G = 0x00
static

+/- 2g

◆ RANGE_4_G

int RANGE_4_G = 0x01
static

+/- 4g

◆ RANGE_8_G

int RANGE_8_G = 0x02
static

+/- 8g


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