MPU6050 Sensor module
MPU6050 6-DoF Accelerometer and Gyro module for Micropython
|
This is the complete list of members for MPU6050, including all inherited members.
__init__(self, I2C i2c, int address=_MPU6050_DEFAULT_ADDR) | MPU6050 | |
_accel_range | MPU6050 | protected |
_ACCEL_SCALES | MPU6050 | protectedstatic |
_gyro_range | MPU6050 | protected |
_GYRO_SCALES | MPU6050 | protectedstatic |
_read_bytes(self, int register, int length) | MPU6050 | protected |
_read_u8(self, int register) | MPU6050 | protected |
_write_u8(self, int register, int value) | MPU6050 | protected |
address | MPU6050 | |
get_accel_data(self, bool as_g=False) | MPU6050 | |
get_all_data(self) | MPU6050 | |
get_gyro_data(self) | MPU6050 | |
get_temp_data(self) | MPU6050 | |
i2c | MPU6050 | |
reset(self) | MPU6050 | |
set_accel_range(self, int accel_range) | MPU6050 | |
set_filter_bandwidth(self, int bandwidth) | MPU6050 | |
set_gyro_range(self, int gyro_range) | MPU6050 |